gof_adj_C1 {Rgof} | R Documentation |
helper functions to do p value adjustment
Description
helper functions to do p value adjustment
Usage
gof_adj_C1(dta, rnull, vals, TS, typeTS, TSextra, B = 1000L)
Arguments
dta |
data set |
rnull |
R function (generate data under null hypothesis) |
vals |
values of discrete random variable |
TS |
function to calculate test statistics |
typeTS |
integer indicating type of test statistic |
TSextra |
list to pass to TS |
B |
=1000 Number of simulation runs |
Value
A matrix of powers
[Package Rgof version 3.3.0 Index]