Learn R Programming

TidyDensity (version 1.5.0)

ci_lo: Confidence Interval Generic

Description

Gets the lower 2.5% quantile of a numeric vector.

Usage

ci_lo(.x, .na_rm = FALSE)

Value

A numeric value.

Arguments

.x

A vector of numeric values

.na_rm

A Boolean, defaults to FALSE. Passed to the quantile function.

Author

Steven P. Sanderson II, MPH

Details

Gets the lower 2.5% quantile of a numeric vector.

See Also

Other Statistic: ci_hi(), tidy_kurtosis_vec(), tidy_range_statistic(), tidy_skewness_vec(), tidy_stat_tbl()

Examples

Run this code
x <- mtcars$mpg
ci_lo(x)

Run the code above in your browser using DataLab