R/stats-confidence-intervals.R
ci_hi.Rd
Gets the upper 97.5% quantile of a numeric vector.
ci_hi(.x, .na_rm = FALSE)
A vector of numeric values
A Boolean, defaults to FALSE. Passed to the quantile function.
A numeric value.
Other Statistic: ci_lo(), ts_adf_test()
ci_lo()
ts_adf_test()
Steven P. Sanderson II, MPH
x <- mtcars$mpg ci_hi(x) #> [1] 32.7375