Combines a list of values into formatted credible intervals.
Examples
value <- list(median = 2, lower_90 = 1, upper_90 = 3)
make_conf(value)
#> [1] "2 (1 -- 3)"
Combines a list of values into formatted credible intervals.
value <- list(median = 2, lower_90 = 1, upper_90 = 3)
make_conf(value)
#> [1] "2 (1 -- 3)"