From 3a0402e4f8a8b6e9bf4fc51e4434c000f9f01173 Mon Sep 17 00:00:00 2001 From: Florian Hartig Date: Wed, 24 Jan 2024 17:00:49 +0100 Subject: [PATCH] Update plotsHelp.R Related to issue described in #400 --- DHARMa/inst/examples/plotsHelp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DHARMa/inst/examples/plotsHelp.R b/DHARMa/inst/examples/plotsHelp.R index c42f50cb..0eb0043d 100644 --- a/DHARMa/inst/examples/plotsHelp.R +++ b/DHARMa/inst/examples/plotsHelp.R @@ -37,7 +37,7 @@ plotResiduals(simulationOutput, form = testData$group) # to diagnose overdispersion and heteroskedasticity it can be useful to # display residuals as absolute deviation from the expected mean 0.5 -plotResiduals(simulationOutput, absoluteDeviation = T, quantreg = FALSE) +plotResiduals(simulationOutput, absoluteDeviation = TRUE, quantreg = FALSE) # All these options can also be provided to the main plotting function