View source: R/summarize_extract.R
residuals.cmp | R Documentation |
residuals
is a generic function which extracts model residuals from objects
returned by the modelling function glm.comp
. resid
is an alias for
residuals
.
## S3 method for class 'cmp' residuals(object, type = c("deviance", "pearson", "response"), ...)
object |
an object class 'cmp', obtained from a call to |
type |
the |
... |
other arguments passed to or from other methods (currently unused). |
Residuals extracted from the object object
.
coef.cmp
, fitted.cmp
, glm.cmp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.