plot.l1celist
From lasso2 v1.2-9
by Berwin Turlach
Plot Method for `l1celist' Objects
Plots a l1celist
object on the current graphics device.
- Keywords
- hplot
Usage
## S3 method for class 'l1celist':
plot(x, plot=TRUE, all=TRUE, constrained=FALSE,
type = "b", xlab = "bounds", ylab = "coeff | bounds", \dots)
Value
A matrix with the bound(s) (relative [if used] and absolute), the Lagrangian(s) and coefficints of the fitted model(s).
Examples
data(Prostate)
l1c.P <- l1ce(lpsa ~ ., Prostate, bound=(1:20)/20)
length(l1c.P)# 20 l1ce models
plot(l1c.P)
Community examples
Looks like there are no examples yet.