mcmcLoop | R Documentation |
control an MCMC loop with this iterator
mcmcLoop(N, burnin, thin, trim = TRUE, progressor = mcmcProgressPrint)
N |
number of iterations |
burnin |
length of burn-in |
thin |
frequency of thinning |
trim |
whether to cut off iterations after the last retained iteration |
progressor |
a function that returns a progress object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.