makeControl | R Documentation |
Function to create control argument for checkConvergence
makeControl( tracer = NULL, burnin = NULL, precision = NULL, namesToExclude = NULL )
tracer |
To choose the ESS calculation using CODA, turn this parameter off with tracer = FALSE |
burnin |
Sets a burn-in value to exclude the initial samples |
precision |
Changes the precision for the threshold calculations |
namesToExclude |
The names of parameters to exclude from the convergence assessment |
List
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.