View source: R/mc_S3_methods.R
| residuals.mcglm | R Documentation |
Computes residuals for a fitted mcglm object. Different types
of residuals can be extracted, depending on the specified argument
type.
## S3 method for class 'mcglm'
residuals(object, type = c("raw", "pearson", "standardized"), ...)
object |
An object of class |
type |
A character string specifying the type of residuals to be returned. Options are:
|
... |
Further arguments passed to or from other methods. Currently ignored. |
A numeric matrix of class Matrix with dimensions
n \times r, where n is the number of observations and
r is the number of response variables.
Wagner Hugo Bonat, wbonat@ufpr.br
residuals,
fitted.mcglm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.