ci_upper: Confidence interval (upper)

View source: R/util.R

ci_upperR Documentation

Confidence interval (upper)

Description

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

Usage

ci_upper(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_upper(x)

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