Skip to content
Prev 276306 / 398506 Next

Comparing negative binomial models

Davg <davidgrimsey <at> hotmail.com> writes:
library(MASS)
  modelfit <- glm(..., family=negative.binomial(theta=theta_value))

I believe that drop1() applied to a glm.nb() fit does this correctly
(i.e. holds the theta parameter fixed at the estimate from the most complex
model).