CMA (version 1.30.0)

scdaCMA-methods: Shrunken Centroids Discriminant Analysis

Description

The nearest shrunken centroid classification algorithm is detailly described in Tibshirani et al. (2002).

It is widely known under the name PAM (prediction analysis for microarrays), which can also be found in the package pamr.

Arguments

Methods

X = "matrix", y = "numeric", f = "missing"
signature 1
X = "matrix", y = "factor", f = "missing"
signature 2
X = "data.frame", y = "missing", f = "formula"
signature 3
X = "ExpressionSet", y = "character", f = "missing"
signature 4
For references, further argument and output information, consult scdaCMA.