residuals.glmRob {robust}R Documentation

Residuals Methods for glmRob Objects

Description

Residuals methods for glmRob objects.

Usage

## S3 method for class 'glmRob'
residuals(object, type = c("deviance", "pearson", "working", "response"), ...)

Arguments

object

a glmRob object.

type

the type of residuals to be returned.

...

additional arguments are ignored.

Value

a numeric vector containing the residuals.


[Package robust version 0.7-4 Index]