View source: R/summarize_extract.R
fitted.cmp | R Documentation |
An accessor function used to extract the fitted values from a 'cmp' object.
fitted.values
is an alias for fitted
.
## S3 method for class 'cmp' fitted(object, ...)
object |
an object class 'cmp' object, obtained from a call to |
... |
other arguments passed to or from other methods (currently unused). |
Fitted values mu
extracted from the object object
.
coef.cmp
, residuals.cmp
, glm.cmp
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.