Learn R Programming

cxreg (version 1.0.0)

plot.classo: plot coefficients from a "classo" object

Description

Produces a coefficient profile plot of the coefficient paths for a fitted "classo" object.

Usage

# S3 method for classo
plot(x, xvar = c("norm", "lambda", "dev"), label = FALSE, ...)

Value

No return value, called for side effects (produces a plot).

Arguments

x

fitted "classo" model

xvar

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.

label

If TRUE, label the curves with variable sequence numbers.

...

Other graphical parameters to plot

Author

Navonil Deb, Younghoon Kim, Sumanta Basu
Maintainer: Younghoon Kim yk748@cornell.edu

Details

A coefficient profile plot is produced.

See Also

classo