stat.ci: Confidence interval

View source: R/stat.ci.R

stat.ciR Documentation

Confidence interval

Description

Calculate 25, 50, 95 and 99 Confidence interval of a data set

Usage

stat.ci(x, quantile = c(0.05, 0.95))

Arguments

x

a numeric vector.

conf.level

confidence level of the interval.

Details

Confidence interval allow to asses a level of certitude that the average of the 'population' is between a specific range.

Value

a numeric vector of length 2 with the lower and upper confidence interval.

Author(s)

Sebastian Sosa,Ivan Puga-Gonzalez


ANTs documentation built on July 3, 2022, 1:05 a.m.

Related to stat.ci in ANTs...