You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check_overdispersion() seems to just be returning the same results for poisson and quasipoisson. I think the latter should be based on simulated residuals, but that's not enabled yet so maybe that's why?
simulate_residuals(fit)
#> Simulated residuals from a model of class `glm` based on 250#> simulations. Use `check_residuals()` to check uniformity of residuals or#> `residuals()` to extract simulated residuals. It is recommended to refer#> to `?DHARMa::simulateResiudals` and `vignette("DHARMa")` for more#> information about different settings in particular situations or for#> particular models.
check_overdispersion()
seems to just be returning the same results for poisson and quasipoisson. I think the latter should be based on simulated residuals, but that's not enabled yet so maybe that's why?Poisson - correct
Quasi-poisson - incorrect?
Created on 2024-06-13 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: