format_CI {MetaUtility} | R Documentation |
Formats confidence interval lower and upper bounds into a rounded string.
format_CI(lo, hi, digits = 2)
lo |
Confidence interval lower limit (numeric) |
hi |
Confidence interval upper limit (numeric) |
digits |
Digits for rounding |
format_CI(0.36, 0.72, 3)