Skip to content

bolasso 0.4.0

Choose a tag to compare

@dmolitor dmolitor released this 14 Oct 12:51
  • Allows the user to extract the bootstrap indices with bootstrap_samples().

    library(bolasso)
    
    model <- bolasso(mpg ~ hp + wt, data = mtcars, n.boot = 10)
    bootstrap_samples(model)
    
  • Fixes #12

  • Fixes #13