Check overdispersion of Poisson GLM
Source:R/model_performance_overdispersion.R
check_overdispersion.Rd
Check Poisson GLM for overdispersion.
Details
A dispersion ratio larger than one indicates overdispersion, this
occurs when the observed variance is higher than the variance of the
theoretical model. If the dispersion ratio is close to one, a Poisson model
fits well to the data. A p-value < .05 indicates overdispersion.
Overdispersion > 2 probably means there is a larger problem with the data:
check (again) for outliers, obvious lack of fit. Adopted from
performance::check_overdispersion()
.
References
Bolker B et al. (2017): GLMM FAQ.