View source: R/utils-calc-mcmc-param-stats.R
calc_mcmc_param_stats | R Documentation |
Calculate Autocorrelation, Effective sample size, Geweke statistic, and Heidelberger & Welch statistic histograms. This is a re-coded version of https://github.com/r4ss/r4ss/blob/bioscale/R/mcmc.nuisance.R
calc_mcmc_param_stats(model, scale_effn = 1000, ...)
model |
A model as output by |
scale_effn |
A value to divide the effective sample sizes by, mainly for plotting purposes |
... |
Absorbs arguments intended for other functions |
A data frame with the 4 values as columns, with the same number of rows as there are parameters calculated for
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.