my.confidence.interval: Calculate the Confidence Interval of a (numeric) vector.

Description Usage Arguments Value

View source: R/myDescriptiveStatistics.R

Description

Calculate the Confidence Interval of a (numeric) vector.

Usage

1
my.confidence.interval(src.vector, ci = 95)

Arguments

src.vector

; A numeric vector to calculate the confidence interval over.

ci

; A Numeric/Percentage between 0 and 100 that determines the size of the confidence interval.

Value

numeric ; The Confidence Interval of 'src.vector'.


vanNijnatten/Learn-Statistics documentation built on Dec. 23, 2021, 2:09 p.m.