View source: R/check.functions.R
| check.functions | R Documentation |
Internal validation of the data representation and null-model functions.
check.functions(pnull, rnull, phat = function(x) -99, x)
pnull |
CDF under the null hypothesis. |
rnull |
Function that generates data under the null hypothesis. |
phat |
Function that estimates null-model parameters from the data, or the default sentinel function when no parameters are estimated. |
x |
Matrix containing the data. |
Invisibly, a list containing Continuous, WithEstimation, and the standardized data matrix x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.