iter<- {CNPBayes} | R Documentation |
This function changes the number of simulations.
This function retrieves the number of iterations of an MCMC simulation.
iter(object, force = FALSE) <- value iter(object) ## S4 method for signature 'McmcParams' iter(object) ## S4 replacement method for signature 'McmcParams' iter(object, force = FALSE) <- value ## S4 method for signature 'MixtureModel' iter(object) ## S4 replacement method for signature 'MixtureModel' iter(object, force = FALSE) <- value
object |
see |
force |
Allow changing of the size of the elements? |
value |
new number of iterations |
The number of MCMC iterations
iter(SingleBatchModelExample)