mcmc.setBurnin | R Documentation |
(Re-)set burnin of MCMC chains.
mcmc.setBurnin(draws, burnin)
draws |
MCMC draws as returned by |
burnin |
New start index. |
2-element list with MCMC draws
data("groceryElog")
cbs <- elog2cbs(groceryElog)
param.draws <- pnbd.mcmc.DrawParameters(cbs,
mcmc = 100, burnin = 50, thin = 10, chains = 1) # short MCMC to run demo fast
param.draws.stable <- mcmc.setBurnin(param.draws, burnin = 80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.