estimates.nlist | R Documentation |
Calculates the estimates for an MCMC object.
## S3 method for class 'nlist'
estimates(x, fun = median, ...)
x |
An object. |
fun |
A function that given a numeric vector returns a numeric scalar. |
... |
Additional arguments passed to fun. |
A list of uniquely named numeric objects.
Other MCMC manipulations:
bind_chains()
,
bind_iterations()
,
collapse_chains()
,
split_chains()
estimates(nlist(x = 1:9))
estimates(nlist(y = 3:5, zz = matrix(1:9, 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.