ConfidenceInterval function

Confidence Interval for the mean

Confidence Interval for the mean

Calculates Confidence Interval for the mean of a Numerical Variable.

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.

Returns

The confidence Interval for the mean

Author(s)

Jose Luis Vicente Villardon

Examples

# Not yet
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links