Skip to content

Code for the R cssr package, implementing the feature selection method cluster stability selection (https://arxiv.org/abs/2201.00494)

Notifications You must be signed in to change notification settings

gregfaletto/cssr-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluster stability selection

For those interested in using cssr

Please see here for the cssr website. This includes all the information needed for those interested in using the package.

For those interested in the cssr code

cssr was defined using literate programming with litr. Those interested in modifying the code should edit this Rmd file. Those interested in reading the code can do so here.

After modifying the code, the following should be run from the R console:

litr::render("index.Rmd")
fs::dir_copy("_book", "docs/create", overwrite = TRUE)
fs::dir_delete("_book")

The first line creates the cssr R package, website, and bookdown. The next two lines move the bookdown to a directory where github will render it nicely.

About

Code for the R cssr package, implementing the feature selection method cluster stability selection (https://arxiv.org/abs/2201.00494)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published