Learn R Programming

Fstability (version 0.1.2)

Calculate Feature Stability

Description

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

Copy Link

Version

Install

install.packages('Fstability')

Monthly Downloads

157

Version

0.1.2

License

GPL-3

Maintainer

Nicolas Ewen

Last Published

December 25th, 2018

Functions in Fstability (0.1.2)

asm

Adjusted Stability Measure
lump

Lump Function