Description Usage Arguments Details
Compresses an estimate, lower (lci) and upper (uci) confidence interval into a string.
1 | est_ci_str(est, lcb, ucb, d = 2, cid = d)
|
est |
The point estimate. |
lcb |
The lower confidence bound. |
ucb |
The upper confidence bound. |
d |
Digits for the estimate. |
cid |
Digits for the confidence interval (defaults to d) |
cid is for confidence interval digits. If it is omitted then d is used. d is for the number of digits in the estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.