plot.arcv.glmnet | R Documentation |
This functions plots the aggregated cross-validation curves produced by
arcv.glmnet()
.
## S3 method for class 'arcv.glmnet'
plot(
x,
col = viridisLite::cividis(length(x$alpha)),
what = c("all", "lambda.min", "lambda.1se"),
main = NULL,
pch = 20L,
...
)
x |
|
col |
|
what |
|
main |
|
pch |
|
... |
further arguments passed to |
Sebastian Gibb
glmnet::cv.glmnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.