| ci_hi {TidyDensity} | R Documentation |
Confidence Interval Generic
Description
Gets the upper 97.5% quantile of a numeric vector.
Usage
ci_hi(.x, .na_rm = FALSE)
Arguments
.x |
A vector of numeric values |
.na_rm |
A Boolean, defaults to FALSE. Passed to the quantile function. |
Details
Gets the upper 97.5% quantile of a numeric vector.
Value
A numeric value.
Author(s)
Steven P. Sanderson II, MPH
See Also
Other Statistic:
ci_lo(),
tidy_kurtosis_vec(),
tidy_range_statistic(),
tidy_skewness_vec(),
tidy_stat_tbl()
Examples
x <- mtcars$mpg
ci_hi(x)
[Package TidyDensity version 1.5.0 Index]