Skip to content

Commit

Permalink
Update plotsHelp.R
Browse files Browse the repository at this point in the history
Related to issue described in #400
  • Loading branch information
florianhartig committed Jan 24, 2024
1 parent 5d76402 commit 3a0402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DHARMa/inst/examples/plotsHelp.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a0402e

Please sign in to comment.