powered by
Calculates the estimates for an MCMC object.
estimates(x, ...)
An object.
Other arguments passed to methods.
A list of uniquely named numeric objects.
Other MCMC manipulations: bind_chains(), collapse_chains(), split_chains()
bind_chains()
collapse_chains()
split_chains()
# NOT RUN { library(nlist) estimates(nlist(x = 1:9)) estimates(nlist(y = 3:5, zz = matrix(1:9, 3))) estimates(nlists(nlist(x = 1:3), nlist(x = 2:4)), fun = mean) # }
Run the code above in your browser using DataLab