ci_hi {healthyR.ts} | R Documentation |
Gets the upper 97.5% quantile of a numeric vector.
ci_hi(.x, .na_rm = FALSE)
.x |
A vector of numeric values |
.na_rm |
A Boolean, defaults to FALSE. Passed to the quantile function. |
Gets the upper 97.5% quantile of a numeric vector.
A numeric value.
Steven P. Sanderson II, MPH
Other Statistic:
ci_lo()
,
ts_adf_test()
x <- mtcars$mpg
ci_hi(x)