power_cont_LS {R2sample} | R Documentation |
Find the power of various discrete tests via permutation.
Description
Find the power of various discrete tests via permutation.
Usage
power_cont_LS(rxy, alpha = 0.05, B = 1000, xparam = 0, yparam = 0)
Arguments
rxy |
a function that generates x and y data. |
alpha |
A numeric constant |
B |
Number of simulation runs. |
xparam |
arguments for r1. |
yparam |
arguments for r2. |
Value
A numeric matrix of powers
[Package R2sample version 2.2.0 Index]