coef.cmp: Extract Model Coefficients from a COM-Poisson Model Fit

View source: R/summarize_extract.R

coef.cmpR Documentation

Extract Model Coefficients from a COM-Poisson Model Fit

Description

An function used to extract model coefficients from a 'cmp' object. coefficients is an alias for coef.

Usage

## S3 method for class 'cmp'
coef(object, ...)

Arguments

object

an object class 'cmp' object, obtained from a call to glm.cmp

...

other arguments passed to or from other methods (currently unused).

Value

Coefficients extracted from the object object.

See Also

fitted.cmp, residuals.cmp, glm.cmp.


thomas-fung/mpcmp documentation built on June 13, 2022, 6:20 p.m.