power_cont_LS: 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)
Value
A numeric matrix of powers
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.