Learn R Programming

universals (version 0.0.1)

estimates: Estimates

Description

Calculates the estimates for an MCMC object.

Usage

estimates(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

An list of uniquely named numeric atomic objects.

See Also

Other MCMC manipulations: bind_chains(), collapse_chains(), split_chains()

Examples

Run this code
# 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