Overdispersion Check
Checks for overdispersion in count data models using the Pearson χ²/df ratio.
Description
The overdispersion check evaluates whether the observed variance in a Poisson or negative binomial GLM exceeds the modelled variance. The Pearson χ² statistic is computed from the Pearson residuals and divided by the degrees of freedom (n − p). A ratio close to 1 indicates correct dispersion, values > 1.5 indicate overdispersion, and values > 3 indicate severe overdispersion. In these cases the Poisson model's standard errors are too small, and an alternative model (quasi-Poisson, negative binomial) should be used.
Formulas
Assumptions
- Pearson residuals come from a count data model (Poisson or NegBin GLM)
- Correct mean structure (misspecified mean inflates χ²)
- Independent observations
Limitations
- Rule-of-thumb thresholds (1.5 / 3) — no formal hypothesis test provided
- Underdispersion (ratio << 1) may also indicate model misspecification
- Does not distinguish overdispersion from zero-inflation
- Small samples: χ²/df estimate has high variance
References
- Cameron, A. C., Trivedi, P. K. (2013), Regression Analysis of Count Data, 2nd Ed., Cambridge University Press, Ch. 3.4
- Hilbe, J. M. (2014), Modeling Count Data, Cambridge University Press, Ch. 5