myci: 95 Percent Confidence Interval of the Mean

Description Usage Arguments Value Examples

View source: R/myci.R

Description

Genearates a 95 Percent CI of the mean for a given set of data.

Usage

1
myci(x)

Arguments

x

a single set of sample statistics

Value

a vector of length 2; the first value is the lower limit and the second its upper limit

Examples

1
myci(c(6,7,5,4,5,6,7,5,4,4,5,5,6,5,4,4,4,5))

gkrhines/MATH4753P1 documentation built on Nov. 24, 2020, 11:33 p.m.