A negative binomial regression implementation for the "negbin" class. It uses glm.nb

# S3 method for negbin
chmod(object, ...)

Arguments

object

a list of Y - outcome variable and X - design matrix of class "negbin"

...

additional parameters to be passed to glm.nb

Value

fitted model object