View source: R/canonical_correlation_analysis.R
| canonical_correlation_analysis | R Documentation |
Performs Canonical Correlation Analysis (CCA)
canonical_correlation_analysis(y, Nregio, r_glob, r_reg)
y |
A numeric matrix containing all variables (T × N). |
Nregio |
Integer vector specifying the number of variables in each block. |
r_glob |
Integer. Number of global factors to be extracted. |
r_reg |
Integer vector. Number of regional (local) factors to be extracted for each block. |
A numeric matrix of estimated factors (T × r_glob).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.