This functions returns a list containing mean, standard deviations, standard errors, and effective sample size estimates for parameters and states.
# S3 method for mcmc_output
summary(object, return_se = FALSE, variable = "theta", only_theta = FALSE, ...)
Output from run_mcmc
if FALSE
(default), computation of standard
errors and effective sample sizes is omitted.
Are the summary statistics computed for either "theta"
(default),
"states"
, or "both"
?
Deprecated. If TRUE
, summaries are computed only for hyperparameters theta.
Ignored.