jashu / beset

Best Subset Predictive Modeling
5 stars 0 forks source link

beset: Best Subset Predictive Modeling

beset is a portmanteau of BEst subSET, which references the overall objective of this package: to identify the best subset of variables for a predictive model.

Installation instructions

To install beset in R, you first need to install the devtools package if you haven’t already:

    install.packages("devtools")

Once devtools is installed, use the following command to install beset on your system:

    devtools::install_github("jashu/beset", build_vignettes = TRUE)

After intalling, to learn more about beset, start with the vignettes:

  browseVignettes(package = "beset")