- nx
single numeric, sample size of first group.
- rx
function to simulate the values of first group (assuming H1).
- rx.H0
NULL or function to simulate the values of first group (assuming H0).
- ny
single numeric, sample size of second group.
- ry
function to simulate the values of second group (assuming H1).
- ry.H0
NULL or function to simulate the values of second group (assuming H0).
- alternative
one- or two-sided test. Can be abbreviated.
- sig.level
significance level (type I error probability)
- conf.int
logical, shall confidence intervals be computed.
Strongly increases computation time!
- approximate
logical, shall an approximate test be computed;
see LocationTests. Increases computation time!
- ties
logical, indicating whether ties may occur. Increases computation time!
- iter
single positive integer, number of interations of the simulations.
- nresample
single positive integer, the number of Monte Carlo replicates
used for the computation of the approximative reference distribution;
see NullDistribution.
- parallel
a character, the type of parallel operation: either "no"
(default), "multicore" or "snow"; see NullDistribution.
- ncpus
a single integer, the number of processes to be used in parallel operation.
Defaults to 1L; see NullDistribution.
- cl
an object inheriting from class "cluster", specifying an optional
parallel or snow cluster if parallel = "snow". Defaults to NULL; see
NullDistribution.