FitRDA(CLEg)R Documentation

Regularized Discriminant Analysis

Description

Fits RDA, computes mis-classification rates on training and test data.

Usage

FitRDA(X, y, Xt, yt, alpha = seq(0, 0.99, 0.11), delta = seq(0, 4, 0.2))

Arguments

X design matrix, training sample
y binary response vector of 1 and -1
Xt design matrix, test sample
yt binary response vector of 1 and -1
alpha tuning parameter
delta turning parameter

Value

Author(s)

Shahidul Islam

References

Guo Y, Hastie T, Tibshirani R (2007). Regularized linear discriminant analysis and its application in microarrays. Biostatistics 8, 86-100.

See Also

FitLDA

Examples






[Package CLEg version 2.0 Index]