residuals.dglm: Extract Residuals from Double Generalized Linear Model Fit
Description
This implements the 'residuals' generic for the dglm object
Usage
# S3 method for dglm
residuals(object, ...)
Value
Numeric vector of residuals from the mean submodel.
Arguments
- object
an object of class "dglm"
.
- ...
any other parameters are passed to residuals.glm
.
Author
Robert W. Corty and Gordon Smyth