paste_ci | R Documentation |
Combines two numbers (e.g., .20 and .33) by wrapping them in square brackets (e.g., [.20, .33]). This function was made to streamline the creation of confidence interval values for outputting.
paste_ci(x, y)
x |
a scalar or an atomic vector. |
y |
a second scalar or atomic vector that will be wrapped in parentheses. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.