View source: R/Match&Permutation_Functions.R
angleMatchICA | R Documentation |
angleMatchICA
match the colums of Mx and My, using the n x p parameterization of the JIN decomposition assumes
angleMatchICA(Mx, My, Sx = NULL, Sy = NULL)
Mx |
Subject score for X matrix of n x n.comp |
My |
Subject score for Y matrix of n x n.comp |
Sx |
Variable loadings for X matrix of n.comp x px |
Sy |
Variable loadings for Y matrix of n.comp x py |
a list of matrixes: ## Mx: ## My: ## matchedangles: ## allangles: ## perm: ## omangles:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.