Description Usage Arguments Details Value Examples
View source: R/relative-effect-format.R
Formats text as effect sizes plus confidence intervals for tabular presentation.
1 2 3 4 5 6 7 8 9 |
effect |
Effect estimate. |
se |
Standard error. |
level |
Confidence level. Default is 0.95. |
lci |
Confidence bound, lower. |
uci |
Confidence bound, higher. |
sep |
Character separator. |
round |
Number of digits to round to. Default is 2. |
One of se
or lci
/uci
must be specificed, but not both, and must be the same length vectors as effect
, or length 1 (recycled to be the same length as effect
). If both are provided, the confidence intervals will be computed using the standard error and level
.
Character vector of formatted data. Same length as effect
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.