Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 25, 2024
1 parent ee02385 commit 271f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/check_model_practical.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ model2 <- glmmTMB::glmmTMB(
check_model(model2, dot_size = 1.2)
```

Looking at the above plots, the zero-inflation seems to be addressed properly (see especially _posterior predictive checks_ and _uniformity of residuals_, the Q-Q plot). However, the overdispersion still could present. We can check for these problems using `check_overdispersion()` and `check_zeroinflation()` again.
Looking at the above plots, the zero-inflation seems to be addressed properly (see especially _posterior predictive checks_ and _uniformity of residuals_, the Q-Q plot). However, the overdispersion still could be present. We can check for these problems using `check_overdispersion()` and `check_zeroinflation()` again.

```{r}
check_overdispersion(model2)
Expand Down

0 comments on commit 271f251

Please sign in to comment.