powered by
Calculates the estimates for an MCMC object.
estimates(x, ...)
An object.
Other arguments passed to methods.
An list of uniquely named numeric atomic objects.
Other MCMC manipulations: bind_chains(), collapse_chains(), split_chains()
bind_chains()
collapse_chains()
split_chains()
# NOT RUN { estimates.foobar <- function(x, ...) { NotYetImplemented() # replace with code to get estimates for an object of class 'foobar' } # }
Run the code above in your browser using DataLab