estimates.mcarray: Estimates
Description
Calculates the estimates for an MCMC object.
Usage
# S3 method for mcarray
estimates(x, fun = median, as_df = FALSE, ...)
Arguments
fun
A function that given a numeric vector returns a numeric scalar.
as_df
A flag indicating whether to return the results as a
data frame versus a named list.
...
Optional arguments to fun.
Value
A named list or data frame.