Description Usage Arguments Details Value Examples
This function gets or sets the number of thinning intervals used for an MCMC simulation.
1 2 3 4 5 6 |
object |
see showMethods(thin) |
value |
numeric. Setting the thin parameter to 5 implies that every fifth iteration would be saved. |
The total number of iterations saved in the MultiBatch object is specified by the 'iter' parameter. If, for example, iter is set to 1000 and the thin parameter is set to 5, the MCMC will perform 5000 simulations but only 1000 will be saved.
An integer of the number of thinning intervals
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.