From 81bb4979804de825f78bd1b87f493951d4ed2cd1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 25 Mar 2024 14:04:48 +0100 Subject: [PATCH] wording --- vignettes/check_model_practical.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/check_model_practical.Rmd b/vignettes/check_model_practical.Rmd index fbb473210..53ca7ab58 100644 --- a/vignettes/check_model_practical.Rmd +++ b/vignettes/check_model_practical.Rmd @@ -135,7 +135,7 @@ model3 <- glmmTMB::glmmTMB( check_model(model3, dot_size = 1.2) ``` -Now we see that the plot showing _misspecified dispersion and zero-inflation_ suggests that the overdispersion is addressed properly. Let us check again: +Now we see that the plot showing _misspecified dispersion and zero-inflation_ suggests that the overdispersion is better addressed than before. Let us check again: ```{r} check_overdispersion(model3)