View source: R/alt_regular_CCA.R
regular_cca | R Documentation |
Function to perform regular (low dimensional) canonical correlation analysis (CCA
regular_cca(X, Y, rank)
X |
Matrix of predictors (n x p) |
Y |
Matrix of responses (n x q) |
rank |
Number of canonical components to extract |
A list with elements:
Canonical direction matrix for X (p x r)
Canonical direction matrix for Y (q x r)
Canonical covariances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.