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

# S3 method for nbcd
regir(object, ...)

Arguments

object

a list of Y - outcome variable and Xmat - design matrix of class "nbcd"

...

additional parameters to be passed to glm.nb

Value

fitted model object