fmt_ci.RdFormat confidence interval
fmt_ci(.est, .lower, .upper, digits = 2, width = digits + 3)an estimator.
lower confidence interval bound of an estimator.
upper confidence interval bound of an estimator.
number of digits for .est, .lower, and .upper.
the total field width.
fmt_ci(1, -0.25, 1.32)
#> [1] " 1.00 (-0.25, 1.32)"