powered by
Format Credible Intervals
make_conf(value, round_type = NULL, digits = 0)
List of value to map into a string. Requires, point, lower, and upper.
point
lower
upper.
Function, type of rounding to apply. Defaults to round.
round
Numeric, defaults to 0. Amount of rounding to apply
A character vector formatted for reporting
# NOT RUN { value <- list(point = 1, lower = 0, upper = 3) make_conf(value, round_type = round, digits = 0) # }
Run the code above in your browser using DataLab