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(), tidy_kurtosis_vec(), tidy_range_statistic(), tidy_skewness_vec(), tidy_stat_tbl()
ci_lo()
tidy_kurtosis_vec()
tidy_range_statistic()
tidy_skewness_vec()
tidy_stat_tbl()
x <- mtcars$mpg ci_hi(x)
Run the code above in your browser using DataLab