check.functions: Sanity Checks

View source: R/check.functions.R

check.functionsR Documentation

Sanity Checks

Description

This function checks whether the inputs have the correct format

Usage

check.functions(pnull, rnull, phat = function(x) -99, x)

Arguments

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

x

matrix with data


MDgof documentation built on Feb. 13, 2026, 1:06 a.m.