View source: R/stats-confidence-intervals.R
ci_hi | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.