plot.oemfit: plot coefficients from an oemfit object
Description
Produces a coefficient profile plot of the coefficient paths for a fitted "oemfit" object.
Usage
## S3 method for class 'oemfit'
"plot"(x, xvar = c("norm", "lambda", "loglambda", "dev"), xlab = iname, ylab = "Coefficients", ...)
Arguments
x
fitted oemfit object.
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.