CI: Confidence Interval

Description Usage Arguments Value Examples

Description

Calculates the confidence interval of a vector of data.

Usage

1
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

1
CI(rnorm(100))

RyanHope/Rmisc documentation built on May 9, 2019, 10:38 a.m.