CI {Rmisc} | 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))