R/bootstrap.R
plot.boot.glmnet.Rd
This functions plots the bootstrap results.
# S3 method for boot.glmnet plot( x, col = head(viridisLite::viridis(3L), 2L), what = c("calibration", "selected"), pch = 19L, ... )
boot.glmnet object.
boot.glmnet
character/numeric, colours.
character/numeric
character(1), what to plot: "selected" select variables.
character(1)
"selected"
character/numeric, point character/symbol.
further arguments passed to plot.
plot
rcv.glmnet(), glmnet::cv.glmnet()
rcv.glmnet()
glmnet::cv.glmnet()
Sebastian Gibb