ci_hi: Confidence Interval Generic

View source: R/stats-confidence-intervals.R

ci_hiR Documentation

Confidence Interval Generic

Description

Gets the upper 97.5% quantile of a numeric vector.

Usage

ci_hi(.x, .na_rm = FALSE)

Arguments

.x

A vector of numeric values

.na_rm

A Boolean, defaults to FALSE. Passed to the quantile function.

Details

Gets the upper 97.5% quantile of a numeric vector.

Value

A numeric value.

Author(s)

Steven P. Sanderson II, MPH

See Also

Other Statistic: ci_lo(), ts_adf_test()

Examples

x <- mtcars$mpg
ci_hi(x)


healthyR.ts documentation built on Nov. 15, 2023, 9:07 a.m.