plot.cv.biglasso {biglasso} | R Documentation |
Plots the cross-validation curve from a "cv.biglasso" object
Description
Plot the cross-validation curve from a cv.biglasso()
object,
along with standard error bars.
Usage
## S3 method for class 'cv.biglasso'
plot(
x,
log.l = TRUE,
type = c("cve", "rsq", "scale", "snr", "pred", "all"),
selected = TRUE,
vertical.line = TRUE,
col = "red",
...
)
Arguments
x |
A |
log.l |
Should horizontal axis be on the log scale? Default is TRUE. |
type |
What to plot on the vertical axis. |
selected |
If |
vertical.line |
If |
col |
Controls the color of the dots (CV estimates). |
... |
Other graphical parameters to |
Details
Error bars representing approximate 68\
along with the estimates at value of lambda
. For rsq
and
snr
, these confidence intervals are quite crude, especially near.
Author(s)
Yaohui Zeng and Patrick Breheny
See Also
Examples
## See examples in "cv.biglasso"