.summarize_draws: Summarize draws into mean and equal-tail interval
Description
Summarize draws into mean and equal-tail interval
Usage
.summarize_draws(draws, probs = c(0.025, 0.975))
Value
list(mean=..., lo=..., hi=...)
Arguments
- draws
numeric matrix S x n (S draws, n locations) OR numeric vector length S for scalar
- probs
length-2 numeric in (0,1), e.g. c(0.025, 0.975)