powerR | R Documentation |
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
)
rxy |
function to generate a list with data sets x, y and (optional) vals, weights |
xparam |
first argument passed to rxy |
yparam |
second argument passed to rxy |
TS |
test statistic |
typeTS |
which format has TS? |
TSextra |
list of items passed TS |
alpha |
=0.05, the level of the hypothesis test |
B |
= 1000 number of simulation runs |
SuppressMessages |
= FALSE print informative messages? |
maxProcessor |
maximum number of cores to use. If maxProcessor=1 no parallel computing is used. |
A numeric vector of power values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.