valid_mcmc | R Documentation |
validate the operational parameters for MCMC method
valid_mcmc(n.chains, n.adapt, n.burn, n.iter)
n.chains |
number of parallel chains for the model |
n.adapt |
number of iterations for adaptation |
n.burn |
number of iterations discarded as burn-in |
n.iter |
number of iterations to monitor |
A list
containing numbers of parallel chains and iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.