Negative Binomial Regression
Regression model for overdispersed count data using a log link and negative binomial distribution.
Description
Negative binomial regression extends Poisson regression by adding a dispersion parameter θ that models overdispersion (Var(Y) > E(Y)). The variance function V(Y) = μ + μ²/θ includes a quadratic term capturing extra-Poisson variation. Coefficients β are estimated via maximum likelihood (IRLS), while θ is simultaneously optimized through profile likelihood. The exponentiated coefficients exp(βⱼ) are interpretable as rate ratios: an RR of 1.5 means a one-unit increase in the predictor raises the expected rate by 50%.
Formulas
Assumptions
- Response is count data (non-negative integers)
- Overdispersion present: Var(Y) > E(Y)
- Independence of observations
- Log-linear relationship between log(μ) and predictors
- No perfect multicollinearity
Limitations
- θ estimation via profile likelihood adds computational cost (outer optimization loop)
- Small samples may give unstable θ estimates
- Not appropriate for zero-inflated data — consider a ZINB model instead
- Convergence may be slower than Poisson due to joint β/θ estimation
References
- Hilbe, J.M., Negative Binomial Regression, 2nd Ed., Cambridge University Press
- Cameron, A.C., Trivedi, P.K., Regression Analysis of Count Data, 2nd Ed., Cambridge University Press
- Lawless, J.F., Negative Binomial and Mixed Poisson Regression, Canadian Journal of Statistics, 1987