Description Usage Arguments Value
Given two input matrices with the same number of observations but differrent number of variables, this function returns the largest canonical correlation between variables of matrix 1 (X) and those of matrix 2 (Y).
1 | multigene(X, Y)
|
X |
is a data matrix with observations as rows and features/genes as columns. |
Y |
is a data matrix with observations as rows (same observations as X) and a different set of features/genes as columns. |
The largest canonical correlation between X and Y as described in <https://ncss-wpengine.netdna-ssl.com/wp-content/themes/ncss/pdf/Procedures/NCSS/Canonical_Correlation.pdf>.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.