# NOT RUN {
cdnow <- cdnow.sample()
cbs <- cdnow$cbs
cum <- elog2cum(cdnow$elog)
# short MCMC runs and small sample size to speedup demo
param.draws <- pnbd.mcmc.DrawParameters(cbs,
mcmc = 200, burnin = 100, thin = 20, chains = 1)
mat <- mcmc.PlotTrackingCum(param.draws, cbs$T.cal, T.tot = 78, cum,
sample_size = 1000)
# }
Run the code above in your browser using DataLab