residuals.dglm: Extract Residuals from Double Generalized Linear Model Fit

View source: R/residuals.dglm.R

residuals.dglmR 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 "dglm".

...

any other parameters are passed to residuals.glm.

Value

Numeric vector of residuals from the mean submodel.

Author(s)

Robert W. Corty and Gordon Smyth


dglm documentation built on Nov. 25, 2023, 9:07 a.m.

Related to residuals.dglm in dglm...