Index of /web/packages/epca/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-06-26 12:10 6.5K 

README

Exploratory Principal Component Analysis

lifecycle

epca is an R package for comprehending any data matrix that contains low-rank and sparse underlying signals of interest. The package currently features two key tools:

Installation

epca is not yet on CRAN. You could install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("fchen365/epca")

Example

The usage of sca and sma is straightforward. For example, to find k sparse PCs of a data matrix X:

sca(X, k)

Similarly, we can find a rank-k sparse matrix decomposition by

sma(X, k)

For more examples, please see the vignette:

vignette("epca")

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.

Reference

Chen F and Rohe K, “A New Basis for Sparse PCA.”