power_cont | R Documentation |
find power of gof tests for continuous data
power_cont(
pnull,
rnull,
qnull,
ralt,
param_alt,
w,
phat,
TS,
typeTS,
TSextra,
B = as.integer(c(1000, 1000)),
alpha = 0.05
)
pnull |
R function (cdf) |
rnull |
R function (generate data under null hypothesis) |
qnull |
R function (quantiles under null hypothesis) |
ralt |
R function to generate data under alternative |
param_alt |
parameters of ralt |
w |
(Optional) function to calculate weights, returns -99 if no weights |
phat |
function to estimate parameters from the data |
TS |
function to calculate test statistics |
typeTS |
integer indicating type of test statistic |
TSextra |
list to pass to TS |
B |
=c(1000, 1000) Number of simulation runs for power and null distribution |
alpha |
=0.05, type I error of test |
A matrix of powers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.