plot.boot.glmnet: Plot the bootstrap results.

View source: R/bootstrap.R

plot.boot.glmnetR Documentation

Plot the bootstrap results.

Description

This functions plots the bootstrap results.

Usage

## S3 method for class '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(s)

Sebastian Gibb

See Also

rcv.glmnet(), glmnet::cv.glmnet()


ampel-leipzig/ameld documentation built on Aug. 23, 2024, 7:31 p.m.