ExtendBurnin | R Documentation |
Burnin
Extend burnin iterations generated from Burnin
ExtendBurnin( previous.burnin.output, burnin = 5000, cpiter = 3, burnin.verbosity = 0, seedNumber = NULL )
previous.burnin.output |
Output from
|
burnin |
The number of burnin iterations to perform. |
cpiter |
The number of iterations of concentration parameter sampling to perform after each main Gibbs-sample iteration. (See Teh et al., "Hierarchical Dirichlet Processes", Journal of the American Statistical Association 2006;101(476):1566-1581 (https://doi.org/10.1198/016214506000000302).) |
burnin.verbosity |
Number that controls whether progress messages are printed. |
seedNumber |
A random seed for reproducible results. |
The same type of object as returned from
Burnin.
The envisioned application is extending burnins from burnin checkpoints.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.