Package: Fstability 0.1.2

Nicolas Ewen
Fstability: Calculate Feature Stability
Has two functions to help with calculating feature selection stability. 'Lump' is a function that groups subset vectors into a dataframe, and adds NA to shorter vectors so they all have the same length. 'ASM' is a function that takes a dataframe of subset vectors and the original vector of features as inputs, and calculates the Stability of the feature selection. The calculation for 'asm' uses the Adjusted Stability Measure proposed in: 'Lustgarten', 'Gopalakrishnan', & 'Visweswaran' (2009)<https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2815476/>.
Authors:
Fstability_0.1.2.tar.gz
Fstability_0.1.2.tar.gz(r-4.5-noble)Fstability_0.1.2.tar.gz(r-4.4-noble)
Fstability_0.1.2.tgz(r-4.4-emscripten)Fstability_0.1.2.tgz(r-4.3-emscripten)
Fstability.pdf |Fstability.html✨
Fstability/json (API)
# Install 'Fstability' in R: |
install.packages('Fstability', repos = 'https://cloud.r-project.org') |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:9f728297b4. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 19 2025 |
R-4.5-linux | OK | Mar 19 2025 |
R-4.4-linux | OK | Mar 19 2025 |
Dependencies:
Citation
To cite package ‘Fstability’ in publications use:
Ewen N (2018). Fstability: Calculate Feature Stability. R package version 0.1.2, https://CRAN.R-project.org/package=Fstability.
ATTENTION: This citation information has been auto-generated from the package DESCRIPTION file and may need manual editing, see ‘help("citation")’.
Corresponding BibTeX entry:
@Manual{, title = {Fstability: Calculate Feature Stability}, author = {Nicolas Ewen}, year = {2018}, note = {R package version 0.1.2}, url = {https://CRAN.R-project.org/package=Fstability}, }
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Adjusted Stability Measure | asm |
Lump Function | lump |