run_CI: Confidence Interval

run_CIR Documentation

Confidence Interval

Description

Calculates the confidence interval of a vector of data.

Usage

run_CI(x, ci = 0.95)

Arguments

x

(Required). vector. a vector of data.

ci

(optional). numeric. confidence interval to be calculated.

Value

upper

Upper bound of interval.

mean

Mean of data.

lower

Lower bound of interval.

Author(s)

Created by Hua Zou (5/19/2022 Shenzhen China)

References

https://github.com/cran/Rmisc/

Examples

run_CI(rnorm(100))


HuaZou/MicrobiomeAnalysis documentation built on May 13, 2024, 11:10 a.m.