powered by
Gets the upper 97.5% quantile of a numeric vector.
ci_hi(.x, .na_rm = FALSE)
A numeric value.
A vector of numeric values
A Boolean, defaults to FALSE. Passed to the quantile function.
Steven P. Sanderson II, MPH
Other Statistic: ci_lo(), ts_adf_test()
ci_lo()
ts_adf_test()
x <- mtcars$mpg ci_hi(x)
Run the code above in your browser using DataLab