CI: Confidence Interval

View source: R/CI.R

CIR Documentation

Confidence Interval

Description

Calculates the confidence interval of a vector of data.

Usage

  CI(x, ci = 0.95)

Arguments

x

a vector of data

ci

the confidence interval to be calculated

Value

upper

Upper bound of interval.

mean

Mean of data.

lower

Lower bound of interval.

Examples

CI(rnorm(100))

Rmisc documentation built on May 2, 2022, 5:05 p.m.

Related to CI in Rmisc...