This function creates the functions needed to run the various case studies.
case.studies(
which,
n = 200,
nx = n,
ny = n,
nbins = -1,
Ranges = matrix(c(-Inf, Inf, -Inf, Inf), 2, 2),
ReturnCaseNames = FALSE
)
a list of functions and vectors
name of the case study.
=200, sample size for both data sets
=n, sample size for first data sets
=n, sample size for second data sets
=-1, number of bins for chi-square test, 2D only
= matrix(c(-Inf, Inf, -Inf, Inf), 2, 2), ranges of variables
=FALSE, should list of case studies be returned?