Student's t-distribution based confidence interval of mean
ci_mean_t(y, conf_level = 0.95, na.rm = TRUE, return_df = TRUE)
y | (numeric) A numeric vector from which |
---|---|
conf_level | (number) Confidence level. Number from 0 to 1. Default 0.95. |
na.rm | (logical) If |
return_df | (logical) If |
An object (data frame or matrix) with a point estimate and confidence interval of mean.
#> mean lower upper conf_level #> 1 10.40422 8.797069 12.01137 0.95#