View source: R/applyGenerateProbs.R
applyGenerateProbs | R Documentation |
Wrapper to generate probabilities. The wrapper calls runChecksOnSelectionAndProbs which main tests need to be passed before probabilities can be calculated. The it calls generateProbs for each sample in each sampling level of the hierarchy.
applyGenerateProbs(
x,
probType,
overwrite,
runInitialProbChecks = TRUE,
verbose = FALSE,
strict = TRUE
)
x |
|
probType |
|
overwrite |
|
runInitialProbChecks |
|
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
strict |
(Optional) This function validates its input data - should the validation be strict? The default is TRUE. |
a list of all the RDBES data tables with probabilites calculated
runChecksOnSelectionAndProbs
generateProbs
# To be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.