l1celist.object
Object of Several L1 Constrained Estimation Models
These are objects of class "l1celist"
They represent the fits of several regression models under an L1
constraint on (some of the parameters).
- Keywords
- classes, methods, regression
Details
The residuals, fitted values, coefficients, and effects should be extracted
by the generic functions of the same name, rather than
by using the [[]]
and the $
operator.
GENERATION
This class of objects is returned from the l1ce
function
to represent a fitted model.
METHODS
The "l1celist"
class of objects has methods for the following generic
functions:
[
, [[
, aux
, coef
, deviance
, fitted
, formula
, gcv
,
labels
, plot
, print
, residuals
, vcov
.
STRUCTURE
An object of class l1celist
is a list of lists. Each component of
the list is a list with the information of an object of class l1ce
that is unique for that information. All shared information is stored
as attributes.
Each component of the list must include the following components
for it to be a legitimate l1celist
object.
residuals
function with type="pearson"
.
}
absolute.t=F
.
}