ci_lower {tidyboot} | R Documentation |
Confidence interval (lower 2.5%)
Description
Confidence interval (lower 2.5%)
Usage
ci_lower(x, na.rm = FALSE)
Arguments
x |
A numeric vector |
na.rm |
A logical value indicating whether NA values should be stripped before the computation proceeds. |
Value
2.5
Examples
x <- rnorm(1000, mean = 0, sd = 1)
ci_lower(x)
[Package tidyboot version 0.1.1 Index]