ci_upper {tidyboot}R Documentation

Confidence interval (upper 97.5%)

Description

Confidence interval (upper 97.5%)

Usage

ci_upper(x, na.rm = FALSE)

Arguments

x

A numeric vector

na.rm

A logical value indicating whether NA values should be stripped before the computation proceeds.

Value

97.5

Examples

x <- rnorm(1000, mean = 0, sd = 1)
ci_upper(x)

[Package tidyboot version 0.1.1 Index]