model.frame.cmp: Extract the Model Frame from a COM-Poisson Model Fit

Description Usage Arguments Value See Also

View source: R/summarize_extract.R

Description

An accessor function used to extract the model frame from a 'cmp' object.

Usage

1
2
## S3 method for class 'cmp'
model.frame(formula, ...)

Arguments

formula

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

...

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

Value

The method will return the saved data.frame used when fitting the cmp model.

See Also

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


mpcmp documentation built on Oct. 26, 2020, 9:07 a.m.