There was an error while loading. Please reload this page.
05b8c71
Allows the user to extract the bootstrap indices with bootstrap_samples().
bootstrap_samples()
library(bolasso) model <- bolasso(mpg ~ hp + wt, data = mtcars, n.boot = 10) bootstrap_samples(model)
Fixes #12
Fixes #13