Calculates the estimates for an MCMC object.
Usage
# S3 method for class 'mcmc.list'
estimates(x, fun = median, as_df = FALSE, ...)
See also
Other MCMC manipulations:
bind_chains()
,
bind_iterations()
,
collapse_chains()
,
split_chains()
Calculates the estimates for an MCMC object.
# S3 method for class 'mcmc.list'
estimates(x, fun = median, as_df = FALSE, ...)
Other MCMC manipulations:
bind_chains()
,
bind_iterations()
,
collapse_chains()
,
split_chains()