angleMatchICA: Match the colums of Mx and My

View source: R/Match&Permutation_Functions.R

angleMatchICAR 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:


singR documentation built on May 29, 2024, 7:30 a.m.