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.
# S3 method for l1ce
residuals(object, type, …)
# S3 method for l1celist
residuals(object, type, …)an object inheriting from class l1ce representing a fitted model.
type of residuals, with choices "deviance", "pearson", "working" or "response"; the first is the default.
possibly further arguments (none at the moment).