plot.rcv.glmnet | R Documentation |
This functions plots the aggregated cross-validation curve produced by
rcv.glmnet()
or the lambda path for the averaged glmnet.fit object.
## S3 method for class 'rcv.glmnet'
plot(x, what = c("cv", "path"), ...)
x |
|
what |
|
... |
further arguments passed to |
For what = "path"
the original plot.glmnet
is extended by labelling the
top nlabel
(default: 9) labels on the right side of the plot.
Sebastian Gibb
glmnet::cv.glmnet()
, glmnet::plot.cv.glmnet()
,
glmnet::plot.glmnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.