residuals.l1ce {lasso2} | R 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
or residuals.default
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). |
[Package
lasso2 version 1.2-10
Index]