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 = c('https://cran.r-universe.dev', '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:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Adjusted Stability Measure | asm |
Lump Function | lump |