powered by
Compute a confidence interval for the mean of a response variable using the t-distribution.
t_conf(x, conf = 0.95, ...)
A vector with two values: lower and upper confidence limits for the mean of the response variable.
a (non-empty) numeric vector of data values.
confidence level of the interval.
further arguments to be passed to t.test.
t.test
Reza Mohammadi a.mohammadi@uva.nl
data(churn) t_conf(churn$customer.calls, conf = 0.9)
Run the code above in your browser using DataLab