Print a summary of the classo path at each step along the path.
# S3 method for classo
print(x, digits = max(3, getOption("digits") - 3), ...)The matrix above is silently returned
fitted classo object
significant digits in printout
additional print arguments
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).
classo, predict and coef methods.