Description Usage Arguments Value Examples
Calculates the matrices needed for PMCA using two coupled datasets
1 | get.mca(X, Y)
|
X |
a matrix (p x n) where the columns represent the coupled data (i.e., sample) |
Y |
a matrix (q x n) where the columns represent the coupled data (i.e., sample) |
a list that contains the components of the singular value decomposition of the covariance matrix of X and Y (u, sigma, v), the principle components (Px) of the covariance matrix related to X, and the amplitudes of the co-varying patterns related to X and Y (Zx and Zy),
1 | see README
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.