Find the power of two sample tests using Rcpp and parallel computing.
powerR(
rxy,
xparam,
yparam,
TS,
typeTS,
TSextra,
alpha = 0.05,
B = 1000,
SuppressMessages,
maxProcessor
)
A numeric vector of power values.
function to generate a list with data sets x, y and (optional) vals, weights
first argument passed to rxy
second argument passed to rxy
test statistic
which format has TS?
list of items passed TS
=0.05, the level of the hypothesis test
= 1000 number of simulation runs
= FALSE print informative messages?
maximum number of cores to use. If maxProcessor=1 no parallel computing is used.