pmaxT: Ajusted p-values for step down multiple testing
Description
Function which implements a parallel version of the multtest "mt.maxT"
function. It computes the adjusted p-values for step-down multiple testing
procedures.
Usage
pmaxT(X, classlabel, test = "t", side = "abs", fixed.seed.sampling = "y",
B = 10000, na = .naNUM, nonpara = "n")
Arguments
X
double precision 2D array of data
classlabel
class column labels of the input data array
test
one of the following statistical test: t. t.equalvar,
Wilcoxon, F, Pair-T, Block-F
side
Type of rejection region, either abs, upper or lower
fixed.seed.sampling
whether the permutations are calculated on the
fly or save to memory