Package: stabm Title: Stability Measures for Feature Selection Version: 1.2.2 Authors@R: c(person(given = "Andrea", family = "Bommert", role = c("aut", "cre"), email = "bommert@statistik.tu-dortmund.de", comment = c(ORCID = "0000-0002-1005-9351")), person(given = "Michel", family = "Lang", role = "aut", email = "michellang@gmail.com", comment = c(ORCID = "0000-0001-9754-0393"))) Description: An implementation of many measures for the assessment of the stability of feature selection. Both simple measures and measures which take into account the similarities between features are available, see Bommert (2020) . License: LGPL-3 URL: https://bommert.github.io/stabm/, https://github.com/bommert/stabm BugReports: https://github.com/bommert/stabm/issues Depends: R (>= 3.5.0) Imports: checkmate (>= 1.8.5), Matrix (>= 1.5-0), methods, stats, utils Suggests: cowplot (>= 0.9.2), ggdendro (>= 0.1-20), ggplot2 (>= 3.0.0), igraph (>= 1.2.1), knitr, mlbench, rmarkdown, rpart, testthat (>= 2.0.0) VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.2.2 Repository: https://bommert.r-universe.dev Date/Publication: 2023-04-05 18:55:03 UTC RemoteUrl: https://github.com/bommert/stabm RemoteRef: HEAD RemoteSha: 72f17a66eccb1a2705bc9a1be645ff297e76ad9e NeedsCompilation: no Packaged: 2026-06-13 07:28:29 UTC; root Author: Andrea Bommert [aut, cre] (ORCID: ), Michel Lang [aut] (ORCID: ) Maintainer: Andrea Bommert