Skip to content

Commit 9347576

Browse files
committed
don't run length example
1 parent aa67318 commit 9347576

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

R/mcmc.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,13 @@ mcmc.PlotTrackingInc <- function(draws, T.cal, T.tot, actual.inc.tracking.data,
498498
#' @export
499499
#' @seealso \code{\link{mcmc.pmf}}
500500
#' @examples
501+
#' \dontrun{
501502
#' data("groceryElog")
502503
#' cbs <- elog2cbs(groceryElog, T.cal = "2006-12-31")
503504
#' param.draws <- pnbd.mcmc.DrawParameters(cbs,
504505
#' mcmc = 200, burnin = 100, thin = 20, chains = 1) # short MCMC to run demo fast
505506
#' mcmc.PlotFrequencyInCalibration(param.draws, cbs, sample_size = 100)
507+
#' }
506508
mcmc.PlotFrequencyInCalibration <- function(draws, cal.cbs, censor = 7,
507509
xlab = "Calibration period transactions",
508510
ylab = "Customers",

man/mbgcnbd.ExpectedCumulativeTransactions.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mcmc.PlotFrequencyInCalibration.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)