myci: myci

Description Usage Arguments Value Examples

View source: R/myci.R

Description

find a confidence interval for a given sample's mean

Usage

1
myci(x, alpha = 0.05)

Arguments

x

vector of sample data

alpha

the desired confidence level

Value

the upper and lower boundaries of the confidence interval

Examples

1
myci(c(1,2,3,4,5), alpha=0.005)

Tom-bomb/glowup documentation built on Dec. 31, 2020, 5:32 p.m.