Last data update: 2014.03.03

R: Residuals of 'l1ce' or 'l1celist' Objects
residuals.l1ceR Documentation

Residuals of ‘l1ce’ or ‘l1celist’ Objects

Description

This is a method for the function residuals for objects inheriting from class l1ce or l1celist (see help(l1ce.object) and help(l1celist.object)). See residuals for the general behavior of this function and for the interpretation of object and type.

Usage

## S3 method for class 'l1ce'
residuals(object, type, ...)
## S3 method for class 'l1celist'
residuals(object, type, ...)

Arguments

object

an object inheriting from class l1ce representing a fitted model.

type

type of residuals, with choices "deviance", "pearson", "working" or "response"; the first is the default.

...

possibly further arguments (none at the moment).

Results