This is the R package of Dimension Reduction for QDA via Supervised PCA project.
If you have devtools
package installed, you can use a single command
in R:
devtools::install_github("ywwry66/Dimension-Reduction-
for-QDA-via-supervised-PCA-R-Package")
Otherwise, you should download the versioned tarball under Releases - Assets, and install it with
install.packages()
The main function for the package is SPCAQDA::spcaqda
. For
documentation, in an R session, enter
library(SPCAQDA)
?spcaqda