estimates.nlist {nlist}R Documentation

Estimates

Description

Calculates the estimates for an MCMC object.

Usage

## S3 method for class 'nlist'
estimates(x, fun = median, ...)

Arguments

x

An object.

fun

A function that given a numeric vector returns a numeric scalar.

...

Additional arguments passed to fun.

Value

A list of uniquely named numeric objects.

See Also

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

Examples

estimates(nlist(x = 1:9))
estimates(nlist(y = 3:5, zz = matrix(1:9, 3)))

[Package nlist version 0.3.3 Index]