Skip to content

ywwry66/QDA-by-Projection-R-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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