mm_sd_to_ci | R Documentation |
Convert data with var and var.sd columns into data with var, var.lower, and var.upper columns
mm_sd_to_ci(data, alpha = 0.05)
data |
a data.frame with 1+ pairs of columns named var and var.sd (where var can be anything) |
alpha |
the desired significance level described by the confidence interval |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.