fitted.cmp: Extract Fitted Values from a COM-Poisson Model Fit

View source: R/summarize_extract.R

fitted.cmpR Documentation

Extract Fitted Values from a COM-Poisson Model Fit

Description

An accessor function used to extract the fitted values from a 'cmp' object. fitted.values is an alias for fitted.

Usage

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

Fitted values mu extracted from the object object.

See Also

coef.cmp, residuals.cmp, glm.cmp.


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