Learn R Programming

MultBiplotR (version 23.11.0)

ConfidenceInterval: Confidence Interval for the mean

Description

Calculates Confidence Interval for the mean of a Numerical Variable.

Usage

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

Value

The confidence Interval for the mean

Arguments

x

The numerical variable

Desv

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

df

Degrees of freedom

Confidence

Confidence Level

Author

Jose Luis Vicente Villardon

Details

Calculates Confidence Interval for the mean of a Numerical Variable.

Examples

Run this code
# Not yet

Run the code above in your browser using DataLab