calc_mcmc | R Documentation |
Perform some quantile calculations on the MCMC posteriors
calc_mcmc(
model,
burnin = 1000,
thin = 1,
probs = c(0.025, 0.5, 0.975),
index_scale = 1e+06,
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 |
probs |
The probabilities to use for |
index_scale |
Number to multiply the index values by so they match the
|
load_proj |
Do the calculations for the projections |
... |
Arguments to be absorbed by other functions |
A list of each parameter for which quantiles were calculated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.