Permutation test with Greedymatch
permTestJointRank(
MatchedMx,
MatchedMy,
nperm = 1000,
alpha = 0.01,
multicore = 0
)
a list of matrixes ## rj: joint component rank ## pvalues: pvalue for the components(columns) not matched ## fwer_alpha: quantile of corr permutation with 1- alpha
matrix with nsubject x n.comp.X, comes from greedymatch
matrix with nsubject2 x n.comp.Y, comes from greedymatch
default value = 1000
default value = 0.01
default value = 0