Learn R Programming

healthyR.ts (version 0.3.1)

ci_hi: Confidence Interval Generic

Description

Gets the upper 97.5% quantile of a numeric vector.

Usage

ci_hi(.x, .na_rm = FALSE)

Value

A numeric value.

Arguments

.x

A vector of numeric values

.na_rm

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

Author

Steven P. Sanderson II, MPH

Details

Gets the upper 97.5% quantile of a numeric vector.

See Also

Other Statistic: ci_lo(), ts_adf_test()

Examples

Run this code
x <- mtcars$mpg
ci_hi(x)

Run the code above in your browser using DataLab