Learn R Programming

universals (version 0.0.3)

estimates: Estimates

Description

Calculates the estimates for an MCMC object.

Usage

estimates(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

A list of uniquely named numeric objects.

See Also

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

Examples

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