print.l1ce: Print Methods for 'l1ce', 'l1celist' and 'gl1ce' Objects

Description Usage Arguments

View source: R/print.q

Description

These are methods of the generic print() function for objects inheriting from class l1ce, l1celist or gl1ce (see help(l1ce.object), help(l1celist.object) or help(gl1ce.object)). See print or print.default for the general behavior of this function.

Usage

1
2
3
4
5
6
## S3 method for class 'l1ce'
print(x, ...)
## S3 method for class 'l1celist'
print(x, ...)
## S3 method for class 'gl1ce'
print(x, ...)

Arguments

x

fitted model of class "l1ce" or "l1celist", respectively.

...

potentially further arguments passed to method.


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