Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 629 Bytes

README.org

File metadata and controls

23 lines (21 loc) · 629 Bytes

QDA by Projection – R Package

This is the R package of QDA by Projection project.

Reference: arXiv.

Installation

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()

Documentation

The main function for the package is QDAP::qdap. For documentation, in an R session, enter

library(QDAP)
?qdap