check.functions {Rgof} | R Documentation |
This function checks whether the inputs have the correct format
Description
This function checks whether the inputs have the correct format
Usage
check.functions(pnull, rnull, qnull, phat, vals, x)
Arguments
pnull |
cdf under the null hypothesis |
rnull |
routine to generate data under the null hypothesis |
qnull |
routine to calculate quantiles under null hypothesis |
phat |
function to estimate parameters from the data |
vals |
vector of discrete values |
x |
data |
[Package Rgof version 1.2.2 Index]