coef.l1celist {lasso2}R Documentation

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

[Package lasso2 version 1.2-10 Index]