lasso2 (version 1.2-19)

coef.l1celist: Coefficients of an `l1celist' Object

Description

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.

Usage

# S3 method for l1celist
coef(object, all=TRUE, constrained=FALSE, …)

Arguments

object

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

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