residuals.fastglm {fastglm} | R Documentation |
residuals method for fastglm fitted objects
Description
residuals method for fastglm fitted objects
Usage
## S3 method for class 'fastglm'
residuals(
object,
type = c("deviance", "pearson", "working", "response", "partial"),
...
)
Arguments
object |
fastglm fitted object |
type |
type of residual to be returned |
... |
not used |
Value
a vector of residuals
[Package fastglm version 0.0.3 Index]