Combines a list of values into formatted credible intervals.
make_conf(value, CrI = 90, reverse = FALSE)
A character vector formatted for reporting
List of value to map into a string. Requires,
point
, lower
, and upper.
Numeric, credible interval to report. Defaults to 90
Logical, defaults to FALSE. Should the reported credible interval be switched.
value <- list(median = 2, lower_90 = 1, upper_90 = 3)
make_conf(value)
Run the code above in your browser using DataLab