angleMatchICA {singR} | R Documentation |
Match the colums of Mx and My
Description
angleMatchICA
match the colums of Mx and My, using the n x p parameterization of the JIN decomposition assumes
Usage
angleMatchICA(Mx, My, Sx = NULL, Sy = NULL)
Arguments
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 |
Value
a list of matrixes: ## Mx: ## My: ## matchedangles: ## allangles: ## perm: ## omangles:
[Package singR version 0.1.2 Index]