coef.l1ce: Coefficients of an 'l1ce' Object

Description Usage Arguments

View source: R/coef.q

Description

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.

Usage

1
2
## S3 method for class 'l1ce'
coef(object, all=TRUE, constrained=FALSE, ...)

Arguments

object

an object of class l1ce, see help on l1ce.object.

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).


lasso2 documentation built on Oct. 8, 2021, 9:10 a.m.