Learn R Programming

cluscov (version 1.1.0)

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

Value

fitted model object