View source: R/check.functions.R
check.functions | R Documentation |
This function checks whether the inputs have the correct format
check.functions(pnull, rnull, phat = function(x) -99, vals, x)
pnull |
cdf under the null hypothesis |
rnull |
routine to generate data under the null hypothesis |
phat |
=function(x) -99, function to estimate parameters from the data, or -99 |
vals |
vector of discrete values |
x |
data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.