This function finds the power for tests that find their own p values
power_pvals(
rxy,
avals,
bvals,
TS,
typeTS,
TSextra = list(a = 0),
nbins = c(5, 5),
minexpcount = 5,
Ranges = matrix(c(-Inf, Inf, -Inf, Inf), 2, 2),
alpha = 0.05,
B = 1000
)
A matrix of power values
a function to generate data
vector of parameter values
vector of parameter values
routine that runs the test and returns p values
type of problem, continuous or discrete
=list(a=0) a list of things passed to TS, if needed
=c(5, 5), bins for chi square tests.
=5, lowest required count for chi-square test
=matrix(c(-Inf, Inf, -Inf, Inf),2,2) a 2x2 matrix with lower and upper bounds
=0.05 type I error probability of test
=1000 number of simulation runs