| power_pvals | R Documentation |
This function finds the power for tests that find their own p values
power_pvals(
pnull,
ralt,
param_alt,
TS,
TSextra = list(aa = 0),
alpha = 0.05,
B = 1000
)
pnull |
cdf function |
ralt |
function that generates data |
param_alt |
parameters for ralt |
TS |
routine that runs the test and returns p values |
TSextra |
=list(aa=0), a list of things passed to TS, if needed |
alpha |
=0.05 type I error probability of test |
B |
=1000 number of simulation runs |
A matrix of power values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.