Available Variables
Your Model
Predictors (X)
Variables that help predict the count
Drop predictors here
Response (y)
What we predict
Drop response here
Negative Binomial regression for overdispersed count data
In Tutorial 3, we fit a Poisson model to bike rental counts. But we discovered a serious problem: overdispersion (deviance/df = 524, should be ~1). The Poisson model assumes Variance = Mean, but our data has Variance >> Mean. This makes our standard errors way too small and our p-values unreliable.
Solution: Negative Binomial regression adds a dispersion parameter to properly model the extra variance.
Drag Rental Count to the Response zone on the right.
Same setup as Tutorial 3 - the difference will be in distribution choice.
Variables that help predict the count
Drop predictors here
What we predict
Drop response here