Description Usage Arguments Examples
Formats confidence interval lower and upper bounds into a rounded string.
1 | format_CI(lo, hi, digits = 2)
|
lo |
Confidence interval lower limit (numeric) |
hi |
Confidence interval upper limit (numeric) |
digits |
Digits for rounding |
1 | format_CI(0.36, 0.72, 3)
|
[1] "[0.360, 0.720]"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.