knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

stabm

R-CMD-check CRAN Status DOI

stabm provides an implementation of many measures which assess the stability of feature selection. The following stability measures are currently included:

stabm::listStabilityMeasures()

Installation

You can install the released version of stabm from CRAN with:

install.packages("stabm")

For the development version, use devtools:

devtools::install_github("bommert/stabm")

Contributions

This R package is licensed under the LGPL-3. If you encounter problems using this software (lack of documentation, misleading or wrong documentation, unexpected behaviour, bugs, ...) or just want to suggest features, please open an issue in the issue tracker. Pull requests are welcome and will be included at the discretion of the author.

Code of Conduct

Please note that the stabm project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Citation

If you use stabm, please cite our JOSS article:

toBibtex(citation("stabm"))


bommert/stabm documentation built on April 24, 2023, 2:37 p.m.