z.conf | R Documentation |
Compute a confidence interval for the mean of a response variable using the z-distribution.
z.conf(x, sigma = NULL, conf = 0.95)
x |
a (non-empty) numeric vector of data values. |
sigma |
the population standard deviation. If |
conf |
confidence level of the interval. |
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)
z.conf(x = churn$customer.calls, conf = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.