permTestJointRank: Permutation test with Greedymatch

View source: R/Match&Permutation_Functions.R

permTestJointRankR 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


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