Run MCMC chains in series (one after another). This is the
simplest chain runner, and the default used by monty_sample()
.
It has nothing that can be configured (yet).
Arguments
- progress
Optional logical, indicating if we should print a progress bar while running. If
NULL
, we use the value of the optionmonty.progress
if set, otherwise we show the progress bar (as it is typically wanted). Alternatively, you can provide a string indicating the progress bar type. Options arefancy
(equivalent toTRUE
),none
(equivalent toFALSE
) andsimple
(a very simple text-mode progress indicator designed play nicely with logging; it does not use special codes to clear the line).
Value
A runner of class monty_runner
that can be passed to
monty_sample()