Description Usage Arguments Value See Also
View source: R/summarize_extract.R
An accessor function used to extract the model frame from a 'cmp' object.
1 2 | ## S3 method for class 'cmp'
model.frame(formula, ...)
|
formula |
an object class 'cmp' object, obtained from a call to |
... |
other arguments passed to or from other methods (currently unused). |
The method will return the saved data.frame used when fitting the cmp model.
coef.cmp, residuals.cmp, glm.cmp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.