residuals.dglm {dglm} | R Documentation |
Extract Residuals from Double Generalized Linear Model Fit
Description
This implements the 'residuals' generic for the dglm object
Usage
## S3 method for class 'dglm'
residuals(object, ...)
Arguments
object |
an object of class |
... |
any other parameters are passed to |
Value
Numeric vector of residuals from the mean submodel.
Author(s)
Robert W. Corty and Gordon Smyth
[Package dglm version 1.8.6 Index]