This is the R package of QDA by Projection project.
Reference: arXiv.
If you have devtools package installed, you can use a single command
in R:
devtools::install_github("ywwry66/QDA-by-Projection-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 QDAP::qdap. For documentation, in an
R session, enter
library(QDAP)
?qdap