Last data update: 2014.03.03

R: Coefficients of an 'l1celist' Object
coef.l1celistR 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).

Results