powered by
Calculates the estimates for an MCMC object.
# S3 method for nlists estimates(x, fun = median, ...)
A list of uniquely named numeric objects.
An object.
A function that given a numeric vector returns a numeric scalar.
Additional arguments passed to fun.
Other MCMC manipulations: bind_chains(), bind_iterations(), collapse_chains(), split_chains()
bind_chains()
bind_iterations()
collapse_chains()
split_chains()
estimates(nlists(nlist(x = 1:3), nlist(x = 2:4)), fun = mean)
Run the code above in your browser using DataLab