Learn R Programming

Rgof (version 3.3.0)

gof_adj_C1: 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)

Value

A matrix of powers

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