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/>.

Version: 0.1.2
Imports: stats
Published: 2018-12-25
Author: Nicolas Ewen
Maintainer: Nicolas Ewen <nicolas.ewen.math at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: Fstability results

Documentation:

Reference manual: Fstability.pdf

Downloads:

Package source: Fstability_0.1.2.tar.gz
Windows binaries: r-prerel: Fstability_0.1.2.zip, r-release: Fstability_0.1.2.zip, r-oldrel: Fstability_0.1.2.zip
macOS binaries: r-prerel (arm64): Fstability_0.1.2.tgz, r-release (arm64): Fstability_0.1.2.tgz, r-oldrel (arm64): Fstability_0.1.2.tgz, r-prerel (x86_64): Fstability_0.1.2.tgz, r-release (x86_64): Fstability_0.1.2.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=Fstability to link to this page.