plot.boot.glmnet | R Documentation |
This functions plots the bootstrap results.
## S3 method for class 'boot.glmnet'
plot(
x,
col = head(viridisLite::viridis(3L), 2L),
what = c("calibration", "selected"),
pch = 19L,
...
)
x |
|
col |
|
what |
|
pch |
|
... |
further arguments passed to |
Sebastian Gibb
rcv.glmnet()
, glmnet::cv.glmnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.