Learn R Programming

cxreg (version 1.0.0)

print.classo: print a classo object

Description

Print a summary of the classo path at each step along the path.

Usage

# S3 method for classo
print(x, digits = max(3, getOption("digits") - 3), ...)

Value

The matrix above is silently returned

Arguments

x

fitted classo object

digits

significant digits in printout

...

additional print arguments

Details

The call that produced the object x is printed, followed by a three-column matrix with columns Df, %Dev and Lambda. The Df column is the number of nonzero coefficients (Df is a reasonable name only for lasso fits). %Dev is the percent deviance explained (relative to the null deviance).

See Also

classo, predict and coef methods.