ci_lower: Confidence interval (lower 2.5%)

Description Usage Arguments Value Examples

View source: R/util.R

Description

Confidence interval (lower 2.5%)

Usage

1
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

1
2
x <- rnorm(1000, mean = 0, sd = 1)
ci_lower(x)

Example output

     2.5% 
-1.916922 

tidyboot documentation built on May 2, 2019, 9:33 a.m.