coef.l1celist {lasso2} | R Documentation |
This is a method for coef()
for objects inheriting from
class l1celist
. See coef
for the general behavior of
this function and for the interpretation of object
.
## S3 method for class 'l1celist' coef(object, all=TRUE, constrained=FALSE, ...)
object |
an object of class |
all |
logical; if false, then the coefficients that are zero in all fitted models of the list are not returned. |
constrained |
logical; if true, then only the coefficients that were constrained are returned. |
... |
possibly further arguments (none at the moment). |