Creating the cssr R package
June 13, 2026
1 Introduction
Cluster stability selection is a feature selection method designed to allow stability selection to work effectively in the presence of highly correlated features. It was proposed in this paper:
This bookdown uses literate programming to define the cssr R package, which implements the procedures described in the paper. For a light introduction demonstrating how to use cssr, please see the package’s website here.