we could create a function that runs a table of posterior coefficient summary with the following columns:
- mean
- SD or variance
- p-value
- s-value
- threshold of interest
- direction relative to threshold (left/right or lower/higher)
- P(direction)
- I(direction)
- KL divergence to compare to a normal with the same mean and variance
- any other functions from the family
It could be called something like posterior_summary() and would be useful for quick table generation in reports.
we could create a function that runs a table of posterior coefficient summary with the following columns:
It could be called something like
posterior_summary()and would be useful for quick table generation in reports.