chmod.negbin: Regression - negbin class
Description
A negative binomial regression implementation for the "negbin" class. It uses glm.nb
Usage
# 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