Skip to content

Commit

Permalink
Update simulate_residuals.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 23, 2024
1 parent 80b5b2f commit 5990f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/simulate_residuals.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ DHARMa::testUniformity(simulated_residuals, plot = FALSE)

Finally, run specific checks on the simulated residuals:

```{r}
```{r message=TRUE}
check_residuals(simulated_residuals)
```

Further implemented checks are tests for overdispersion, outliers and zero-inflation.

```{r}
```{r message=TRUE}
check_overdispersion(simulated_residuals)
check_zeroinflation(simulated_residuals)
Expand Down

0 comments on commit 5990f36

Please sign in to comment.