residuals.mcemGLMM: Residual extraction method for mcemGLMM objects
Description
This functions returns the residuals of a model fitted with mcemGLMM
.
Usage
# S3 method for mcemGLMM
residuals(object, type = c("deviance", "pearson"), ...)
Value
A vector with the residuals of the model.
Arguments
- object
a model fitted with the mcemGLMM function.
- type
character string. The type of residuals to be returned.
- ...
additional arguments.
Author
Felipe Acosta Archila <acosta@umn.edu>