- pvals
Numeric vector of p-values.
- subset
Numeric vector; the subset to be tested.
- alpha
Numeric; the level to test at, if stopping early. Defaults
to 0.05.
- tau
Numeric; the treshold to use if using rTMTI. Set to NULL for TMTI
or rtTMTI. Defaults to NULL.
- K
Integer; The number of p-values to use if using rtTMTI. Set to NULL
for TMTI or tTMTI. Defaults to NULL.
- EarlyStop
Logical; set to TRUE to stop as soon as a hypothesis can be
accepted at level alpha. This speeds up the procedure, but now only provides
lower bounds on the p-values for the global test.
- verbose
Logical; set to TRUE to print progress.
- gammaList
List of functions. Must be such that the ith element
is the gamma function for sets of size i. Set to NULL to bootstrap the
functions assuming independence. Defaults to NULL.
- mc.cores
Number of cores to parallelize onto.
- chunksize
Integer indicating the size of chunks to parallelize. E.g.,
if setting chunksize = mc.cores, each time a parallel computation is set up,
each worker will perform only a single task. If mc.cores > chunksize, some
threads will be inactive.
- is.sorted
Logical, indicating the p-values are pre-sorted. Defaults
to FALSE.
- ...
Additional arguments.