R/stats-confidence-intervals.R
ci_lo.Rd
Gets the lower 2.5% quantile of a numeric vector.
ci_lo(.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_hi(), ts_adf_test()
ci_hi()
ts_adf_test()
Steven P. Sanderson II, MPH
x <- mtcars$mpg ci_lo(x) #> [1] 10.4