case.studies | R Documentation |
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
)
which |
name of the case study. |
n |
=200, sample size for both data sets |
nx |
=n, sample size for first data sets |
ny |
=n, sample size for second data sets |
nbins |
=-1, number of bins for chi-square test, 2D only |
Ranges |
= matrix(c(-Inf, Inf, -Inf, Inf), 2, 2), ranges of variables |
ReturnCaseNames |
=FALSE, should list of case studies be returned? |
a list of functions and vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.