Use residuals() on a glmRob object

DESCRIPTION:

This is a method for the function default() for objects of class glmRob. See residuals or residuals.default for the general behavior of this function.

USAGE:

residuals.glmRob(obj, type = c("deviance", "pearson", "working", "response"))

REQUIRED ARGUMENTS:

x
a glmRob object as returned by glmRob().
type
a character vector specifying the class of residuals to be returned. Valid options are "working", "pearson", "deviance" and "response".

DETAILS:

This is a method for the function residuals() for objects of class glmRob . See residuals or residuals.default for the general behavior of this function.