What should I do about overdispersion in Poisson regression?
#1
I’m trying to decide if I should use a Poisson regression for my count data on website errors per day, but the variance is almost double the mean. I’ve read that this overdispersion means the model assumptions are violated, but I’m not sure what to actually do about it in practice.
Reply
#2
I tried Poisson regression at first. The daily error counts had a variance about twice the mean, so the residuals looked off and the standard errors felt unreliable. Switching to a negative binomial model tightened things up and the dispersion parameter suggested overdispersion was captured. AIC dropped and the Pearson residuals looked more reasonable.
Reply
#3
We also tried a quasi Poisson, which keeps the mean structure but inflates the standard errors to account for overdispersion. It was easier to run in our stats package, but the inference was fuzzier.
Reply
#4
For days with zero errors we toyed with zero inflated variants. In our data zeros weren't extreme, and the extra complexity didn't always pay off.
Reply
#5
We added covariates like day of week and holidays. Sometimes a weekend bump or a midweek lull showed up, and that helped reduce unexplained variance even before changing the model.
Reply
#6
I'm not sure the whole issue is overdispersion. Maybe the problem is data quality, misreporting, or how we aggregated counts. It can feel like we're chasing the wrong thing.
Reply
#7
Have you checked a dispersion statistic like the Pearson chi square divided by the degrees of freedom to quantify how bad the overdispersion is?
Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Forum Jump: