diff --git a/DHARMa/man/testQuantiles.Rd b/DHARMa/man/testQuantiles.Rd index 02926257..60c0a54b 100644 --- a/DHARMa/man/testQuantiles.Rd +++ b/DHARMa/man/testQuantiles.Rd @@ -46,7 +46,7 @@ fittedModel <- glm(observedResponse ~ 1 , family = "poisson", data = testData) simulationOutput <- simulateResiduals(fittedModel = fittedModel) testQuantiles(simulationOutput, predictor = testData$Environment1) -# the test is automatically performed in +# the quantile test is automatically performed in \dontrun{ plot(simulationOutput) plotResiduals(simulationOutput)