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