print.l1ce {lasso2}R Documentation

Print Methods for 'l1ce', 'l1celist' and 'gl1ce' Objects

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

print.l1ce(x, ...)
print.l1celist(x, ...)
print.gl1ce(x, ...)

Arguments

x fitted model of class "l1ce" or "l1celist", respectively.
... potentially further arguments passed to method.

[Package Contents]