View source: R/power_cont_LS.R
power_cont_LS | R Documentation |
Find the power of various discrete tests via permutation.
power_cont_LS(rxy, alpha = 0.05, B = 1000, xparam = 0, yparam = 0)
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. |
A numeric matrix of powers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.