Description Usage Arguments Value See Also Examples
Pretty formatting of confidence intervals
1 2 |
ci |
A confidence interval (a vector of 2 elements; longer vectors work, but I guess that wouldn't make sense). |
sep |
The separator of the values, usually "; " or ", ". |
prefix, suffix |
The prefix and suffix, usually a type of opening and closing parenthesis/bracket. |
digits |
The number of digits to which to round the values. |
noZero |
Whether to strip the leading zero (before the decimal point), as is typically done when following APA style and displaying correlations, p values, and other numbers that cannot reach 1 or more. |
A character vector of one element.
noZero()
, formatR()
, formatPvalue()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.