This wrapper function computes the confidence interval of the values in x
.
If na.rm
is TRUE
, missing values are removed before the
computation proceeds.
CI(x, level = 0.95, na.rm = FALSE)
a numeric vector or an R object which is coercible to one by
as.vector(x, "numeric")
.
the confidence level required.
logical. Should missing values be removed?
sd
for the standard deviation.