Description Usage Arguments Author(s) See Also
Function which implements a parallel version of the multtest "mt.maxT" function. It computes the adjusted p-values for step-down multiple testing procedures.
N.B. Please see the SPRINT User Guide for how to run the code in parallel using the mpiexec command.
1 2 | pmaxT(X, classlabel, test = "t", side = "abs", fixed.seed.sampling = "y",
B = 10000, na = .naNUM, nonpara = "n")
|
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 |
B |
number or permutations |
na |
missing value tag |
nonpara |
whether non-parametric test statistics or not |
University of Edinburgh SPRINT Team sprint@ed.ac.uk www.r-sprint.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.