Shrinkage Discriminant Analysis and Feature Selection

sda page on CRAN.

This package provides an efficient framework for high-dimensional linear and diagonal discriminant analysis with feature selection. The classifier is trained using James-Stein-type shrinkage estimators and features are ranked using correlation-adjusted t-scores. Feature selection is controlled using false non-discovery rates or higher criticism scores.

Version: 1.1.0

Authors: Miika Ahdesmäki and Korbinian Strimmer.

Documentation and Installation:

Quick install:
enter at the R console: install.packages("sda", dependencies=TRUE)

Additional Material:

Relevant Publication:

Back to software page.