Extract.l1celist {lasso2} | R Documentation |
Allows the user to extract values from a l1celist
object by using
subscripts.
x[i, drop] x[[i]]
x |
an object inheriting from class "l1celist" . |
i |
subscripts applying to elements (fitted models) in the list. |
drop |
logical defaulting to TRUE . If only one model is
subscribed, then it is returned as an object of class "l1ce" .
If drop=F , then an object of class "l1celist" is
always returned. |
an object of class "l1celist"
or class "l1ce"
extracted from the original list.