At the moment, most posterior summaries report quantiles (to convey uncertainty) and not the mean. Especially for methods lie coef or vcov this may not be ideal. Maybe we should change the default behavior?
Perhaps any of
- as is (median + sometimes a range),
- mean instead of median (+ sometimes a range),
- mean in addition to median (if there's a range), otherwise mean?
At the moment, most posterior summaries report quantiles (to convey uncertainty) and not the mean. Especially for methods lie
coeforvcovthis may not be ideal. Maybe we should change the default behavior?Perhaps any of