Skip to content

jashu/beset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Best Subset Predictive Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published