add_parens | R Documentation |
Add parentheses around standard error estimates
add_parens(x, digits = 3)
x |
Numeric vector |
digits |
Number of digits to retain |
A character vector with enclosing parentheses
std.error <- c(0.12, 0.001, 1.2)
add_parens(std.error)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.