ci_lo {healthyR.ts}R Documentation

Confidence Interval Generic

Description

Gets the lower 2.5% quantile of a numeric vector.

Usage

ci_lo(.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 lower 2.5% quantile of a numeric vector.

Value

A numeric value.

Author(s)

Steven P. Sanderson II, MPH

See Also

Other Statistic: ci_hi(), ts_adf_test()

Examples

x <- mtcars$mpg
ci_lo(x)


[Package healthyR.ts version 0.3.0 Index]