ConfidenceInterval: Confidence Interval for the mean

Description Usage Arguments Details Value Author(s) Examples

View source: R/ConfidenceInterval.R

Description

Calculates Confidence Interval for the mean of a Numerical Variable.

Usage

1
ConfidenceInterval(x, Desv = NULL, df = NULL, Confidence = 0.95)

Arguments

x

The numerical variable

Desv

Standard deviation. If NULL, the sd is calculated from the data

df

Degrees of freedom

Confidence

Confidence Level

Details

Calculates Confidence Interval for the mean of a Numerical Variable.

Value

The confidence Interval for the mean

Author(s)

Jose Luis Vicente Villardon

Examples

1
# Not yet

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.