fmt_ci | R Documentation |
Format confidence interval
fmt_ci(.est, .lower, .upper, digits = 2, width = digits + 3)
.est |
an estimator. |
.lower |
lower confidence interval bound of an estimator. |
.upper |
upper confidence interval bound of an estimator. |
digits |
number of digits for |
width |
the total field width. |
fmt_ci(1, -0.25, 1.32)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.