rcca, An R package for Correlation Analysis
11/02/21
rcca
is an R
package that performs sparse Canonical Correlation Analysis. Unlike currently available software, notably the PMA
package, rcca
implements an algorithm proposed by Suo 2017., a recent development shown to give better results. A link to the package can be found here, or you can install it by running
// R
library(devtools)
install_github("mkomod/rcca")