powered by
Formats confidence interval lower and upper bounds into a rounded string.
format_CI(lo, hi, digits = 2)
Confidence interval lower limit (numeric)
Confidence interval upper limit (numeric)
Digits for rounding
# NOT RUN { format_CI(0.36, 0.72, 3) # }
Run the code above in your browser using DataLab