residuals.dglm {dglm} | R Documentation |
This implements the 'residuals' generic for the dglm object
## S3 method for class 'dglm'
residuals(object, ...)
object |
an object of class |
... |
any other parameters are passed to |
Numeric vector of residuals from the mean submodel.
Robert W. Corty and Gordon Smyth