burnin {CNPBayes} | R Documentation |
This function retrieves the number of burnin simulations to be discarded.
This function changes the number of burnin simulations to be discarded.
burnin(object) burnin(object) <- value ## S4 method for signature 'McmcParams' burnin(object) ## S4 replacement method for signature 'McmcParams,ANY' burnin(object) <- value ## S4 method for signature 'MixtureModel' burnin(object) ## S4 replacement method for signature 'MixtureModel,ANY' burnin(object) <- value
object |
see |
value |
new number of burnin iterations |
The number of burnin simulations.
burnin(SingleBatchModelExample) mp <- mcmcParams(SingleBatchModelExample) burnin(mp)