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