chmod.negbin {cluscov}R Documentation

Regression - negbin class

Description

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

Usage

## S3 method for class '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


[Package cluscov version 1.1.0 Index]