Description Usage Arguments Value Examples
This function changes the number of simulations.
This function retrieves the number of iterations of an MCMC simulation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | iter(object) <- value
iter(object)
## S4 method for signature 'McmcParams'
iter(object)
## S4 replacement method for signature 'McmcParams,ANY'
iter(object) <- value
## S4 method for signature 'MixtureModel'
iter(object)
## S4 replacement method for signature 'MixtureModel,ANY'
iter(object) <- value
|
object |
see |
value |
new number of iterations |
force |
Allow changing of the size of the elements? |
The number of MCMC iterations
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.