ci_lower: Confidence interval (lower)

View source: R/util.R

ci_lowerR Documentation

Confidence interval (lower)

Description

Gives the lower bound of the 95% confidence interval of an empirical distribution.

Usage

ci_lower(x, na.rm = FALSE)

Arguments

x

Numeric vector whose confidence interval is wanted.

na.rm

Logical indicating whether NAs should be removed

Examples

x <- rnorm(1000)
ci_lower(x)

langcog/langcog documentation built on March 28, 2024, 9:52 a.m.