Description Usage Arguments Value
View source: R/summary.ecmeta.R
Summary statistics for a meta-analytic model fit using ecmeta() with
method == "jags".
| 1 2 | 
| object | An  | 
| quantiles | A vector of quantiles to evaluate for each variable. | 
| ... | Additional arguments to pass to  | 
A data.frame with one row for each parameter (mu and sigma).
The columns contain the same summary statistics and quantiles as in
coda::summary.mcmc.list(). Statistics reported are the mean (mean),
standard deviation (sd), naive (ignoring autocorrelation of the chain)
standard error of the mean (se_mean), and time-series standard error
based on an estimate of the spectral density at 0 (se_ts). Additional
columns contain quantiles of the distribution as specified by quantiles.
Finally, if multiple chains were used, the column rhat is included, which
is the R-hat convergence diagnostic (values substantially above 1 indicate
a lack of convergence).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.