View source: R/load-extra-mcmc.R
load_extra_mcmc | R Documentation |
Create and return a list of output stats to attach to the main model by looking in the model's path for the report files.
load_extra_mcmc(model, progress_n = 500, verbose = TRUE, first = 0, ...)
model |
A model list as created by |
progress_n |
Report every time this many files are processed. Consider how many posteriors there are, this should be a fairly large proportion of that (around 1/8th) or there will be too much output and it will run slow |
verbose |
Logical. If |
first |
Load this many of the files. If a non-positive number, load them all. Used for debugging purposes to cut down the size of the lists used |
... |
Arguments passed to |
The extra MCMC list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.