residuals.sparse.sglmm {ngspatial} | R Documentation |
Extract model residuals.
Description
Extract model residuals.
Usage
## S3 method for class 'sparse.sglmm'
residuals(object, type = c("deviance", "pearson",
"response"), ...)
Arguments
object |
an object of class |
type |
the type of residuals that should be returned. The alternatives are “ |
... |
additional arguments. |
Value
A vector of residuals.
See Also
[Package ngspatial version 1.2-2 Index]