burn.DPMMclust: Burning MCMC iterations from a Dirichlet Process Mixture Model.
Description
Utility function for burning MCMC iteration from a DPMMclust
object.
Usage
burn.DPMMclust(x, burnin = 0, thin = 1)
Value
a DPMMclust
object minus the burnt iterations
Arguments
- x
a DPMMclust
object.
- burnin
the number of MCMC iterations to burn (default is 0
).
- thin
the spacing at which MCMC iterations are kept.
Default is 1
, i.e. no thining.