| case.studies | R Documentation |
This function creates the functions needed to run the various case studies.
case.studies(
which,
Continuous = TRUE,
WithEstimation = FALSE,
Dim = 2,
nsample = 250,
nbins = c(5, 5),
ReturnCaseNames = FALSE
)
which |
name or number of the case study. |
Continuous |
= TRUE for continuous data |
WithEstimation |
=FALSE, with parameter estimation |
Dim |
=2 dimension of data |
nsample |
=250, sample size. |
nbins |
=c(5,5) number of bins in x and y direction |
ReturnCaseNames |
=FALSE, just return names of case studies? |
a list of functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.