View source: R/ConfidenceInterval.R
ConfidenceInterval | R Documentation |
Calculates Confidence Interval for the mean of a Numerical Variable.
ConfidenceInterval(x, Desv = NULL, df = NULL, Confidence = 0.95)
x |
The numerical variable |
Desv |
Standard deviation. If NULL, the sd is calculated from the data |
df |
Degrees of freedom |
Confidence |
Confidence Level |
Calculates Confidence Interval for the mean of a Numerical Variable.
The confidence Interval for the mean
Jose Luis Vicente Villardon
# Not yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.