residuals.mcglm: Residuals

View source: R/mc_S3_methods.R

residuals.mcglmR Documentation

Residuals

Description

Compute residuals for an object of mcglm class.

Usage

## S3 method for class 'mcglm'
residuals(object, type = "raw", ...)

Arguments

object

an object of mcglm class.

type

the type of residuals which should be returned. Options are: "raw" (default), "pearson" and "standardized".

...

additional arguments affecting the residuals produced. Note that there is no extra options for mcglm object class.

Value

The function residuals.mcglm returns a matrix of residuals values.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br

See Also

fitted.


mcglm documentation built on Sept. 16, 2022, 1:06 a.m.