ci_lo {TidyDensity} | R Documentation |
Gets the lower 2.5% quantile of a numeric vector.
ci_lo(.x, .na_rm = FALSE)
.x |
A vector of numeric values |
.na_rm |
A Boolean, defaults to FALSE. Passed to the quantile function. |
Gets the lower 2.5% quantile of a numeric vector.
A numeric value.
Steven P. Sanderson II, MPH
Other Statistic:
ci_hi()
,
tidy_kurtosis_vec()
,
tidy_range_statistic()
,
tidy_skewness_vec()
,
tidy_stat_tbl()
x <- mtcars$mpg
ci_lo(x)