ci: Standard Confidence Interval Calculation

Description Usage Arguments Examples

Description

Reports the mean, confidence interval, lower confidence interval, and upper confidence interval for a range of scores.

Usage

1
ci(x, y = 0.95, na.rm = FALSE)

Arguments

x

An R object. Accepts three forms of the extract operator, the slot operator is untested.

y

Define the confidence interval. Defaults to 0.95.

na.rm

a logical value indicating whether NA values should be removed before computation. Defaults to FALSE.

Examples

1
2
x <- sample(1:100, size = 100, replace = TRUE)
ci(x)

jonathanbart/baxtr documentation built on May 23, 2019, 4:04 a.m.