View source: R/Match&Permutation_Functions.R
permTestJointRank | R Documentation |
Permutation test with Greedymatch
permTestJointRank(
MatchedMx,
MatchedMy,
nperm = 1000,
alpha = 0.01,
multicore = 0
)
MatchedMx |
matrix with nsubject x n.comp.X, comes from greedymatch |
MatchedMy |
matrix with nsubject2 x n.comp.Y, comes from greedymatch |
nperm |
default value = 1000 |
alpha |
default value = 0.01 |
multicore |
default value = 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.