ciMean: ciMean

Description Usage Arguments Value Examples

Description

ciMean provides confidence intervals for a mean.

Usage

1
ciMean(x, conf.int = 0.95)

Arguments

x

Vector of numeric data

conf.int

confidence interval, between .01 and .99.

Value

Vector containing the lower and upper confidence interval

Examples

1
2
#x <- rnorm(100)
#ciMean(x)

TaylorAndrew/atAnalyze documentation built on May 9, 2019, 4:21 p.m.