Produces a coefficient profile plot of the coefficient paths for a fitted
"classo" object.
# S3 method for classo
plot(x, xvar = c("norm", "lambda", "dev"), label = FALSE, ...)No return value, called for side effects (produces a plot).
fitted "classo" model
What is on the X-axis. "norm" plots against the L1-norm
of the coefficients, "lambda" against the log-lambda sequence, and
"dev" against the percent deviance explained.
If TRUE, label the curves with variable sequence
numbers.
Other graphical parameters to plot
Navonil Deb, Younghoon Kim, Sumanta Basu
Maintainer: Younghoon Kim
yk748@cornell.edu
A coefficient profile plot is produced.
classo