read_mcmc | R Documentation |
burnin
and thin
Read in the MCMC results from an iscam model, reformat them, and
remove some records as defined by burnin
and thin
read_mcmc(model, burnin = 1000, thin = 1, load_proj = TRUE, ...)
model |
An iSCAM model object as created in |
burnin |
The number of MCMC records to remove for burnin period |
thin |
Remove every nth record for thinning of MCMC output |
load_proj |
Load projection output |
... |
Extra arguments |
A list of data frames representing the MCMC output of the iscam model, or NULL if there was a problem or there were no MCMC output files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.