permTestJointRank {singR}R Documentation

Permutation test with Greedymatch

Description

Permutation test with Greedymatch

Usage

permTestJointRank(
  MatchedMx,
  MatchedMy,
  nperm = 1000,
  alpha = 0.01,
  multicore = 0
)

Arguments

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

Value

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


[Package singR version 0.1.2 Index]