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,
  ...
)

Arguments

x

boot.glmnet object.

col

character/numeric, colours.

what

character(1), what to plot: "selected" select variables.

pch

character/numeric, point character/symbol.

...

further arguments passed to plot.

Author

Sebastian Gibb