myci: Calculates the confidence interval of a vector of data.

Description Usage Arguments Value Examples

View source: R/myci.r

Description

Calculates the confidence interval of a vector of data.

Usage

1
myci(vec, ci = 0.95)

Arguments

vec

A vector of numeric values.

ci

The confidence interval to be calculated.

Value

upper

Upper bound of interval.

mean

Mean of data.

lower

Lower bound of interval.

Examples

1
myci(rnorm(100))

sckott/sacbox documentation built on Sept. 3, 2020, 7:22 p.m.