powered by
Add parentheses around standard error estimates
add_parens(x, digits = 3)
A character vector with enclosing parentheses
Numeric vector
Number of digits to retain
std.error <- c(0.12, 0.001, 1.2) add_parens(std.error)
Run the code above in your browser using DataLab