CI | R Documentation |
Calculates the confidence interval of a vector of data.
CI(x, ci = 0.95)
x |
a vector of data |
ci |
the confidence interval to be calculated |
upper |
Upper bound of interval. |
mean |
Mean of data. |
lower |
Lower bound of interval. |
CI(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.