run_CI | R Documentation |
Calculates the confidence interval of a vector of data.
run_CI(x, ci = 0.95)
x |
(Required). vector. a vector of data. |
ci |
(optional). numeric. confidence interval to be calculated. |
upper |
Upper bound of interval. |
mean |
Mean of data. |
lower |
Lower bound of interval. |
Created by Hua Zou (5/19/2022 Shenzhen China)
https://github.com/cran/Rmisc/
run_CI(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.