| t_conf | R Documentation | 
Compute a confidence interval for the mean of a response variable using the t-distribution.
t_conf(x, conf = 0.95, ...)
| x | a (non-empty) numeric vector of data values. | 
| conf | confidence level of the interval. | 
| ... | further arguments to be passed to  | 
A vector with two values: lower and upper confidence limits for the mean of the response variable.
Reza Mohammadi a.mohammadi@uva.nl
data(churn)
t_conf(churn$customer.calls, conf = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.