estimates.nlists: Estimates

View source: R/estimates.R

estimates.nlistsR Documentation

Estimates

Description

Calculates the estimates for an MCMC object.

Usage

## S3 method for class 'nlists'
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(nlists(nlist(x = 1:3), nlist(x = 2:4)), fun = mean)

nlist documentation built on June 8, 2025, 9:41 p.m.