Description Usage Arguments Value Examples
Create an object of class 'McmcParams' to specify iterations, burnin, etc.
| 1 2 3 4 | 
| iter | number of iterations | 
| burnin | number of burnin iterations | 
| thin | thinning interval | 
| nStarts | number of chains to run | 
| param_updates | labeled vector specifying whether each parameter is to be updated (1) or not (0). | 
An object of class 'McmcParams'
| 1 |      mp <- McmcParams(iter=100, burnin=10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.