Poisson Regression
Generalized linear model for count data with log link function and Poisson distribution.
Description
Poisson regression models count data (non-negative integer response) via a generalized linear model with canonical log link function. Coefficients are estimated using Iteratively Reweighted Least Squares (IRLS). Output includes coefficients, standard errors, z-values, p-values, rate ratios with confidence intervals, deviance, null deviance, AIC, BIC, log-likelihood and pseudo-R² measures (McFadden, Cox-Snell, Nagelkerke). An overdispersion check via Pearson χ²/df is provided.
Formulas
Assumptions
- Response is count data (non-negative integers)
- Equidispersion: Var(Y) = E(Y) = μ (mean equals variance)
- Independence of observations
- Log-linear relationship between log(μ) and predictors
- No perfect multicollinearity among predictors
Limitations
- Cannot handle overdispersion (use negative binomial or quasi-Poisson instead)
- Not suitable for zero-inflated data
- Standard errors are underestimated when overdispersion is present
- Large counts may cause numerical instability
References
- Cameron, A. C., Trivedi, P. K. (2013), Regression Analysis of Count Data, 2nd Ed., Cambridge University Press
- McCullagh, P., Nelder, J. A. (1989), Generalized Linear Models, 2nd Ed., Chapman & Hall
- Hilbe, J. M. (2014), Modeling Count Data, Cambridge University Press