stat.ci | R Documentation |
Calculate 25, 50, 95 and 99 Confidence interval of a data set
stat.ci(x, probs = c(0.05, 0.95))
x |
a numeric vector. |
quantile |
numeric vector of probabilities with values in [0,1]. (Values up to 2e-14 outside that range are accepted and moved to the nearby endpoint.) |
Confidence interval allow to asses a level of certitude that the average of the 'population' is between a specific range.
a numeric vector of length 2 with the lower and upper confidence interval.
Sebastian Sosa,Ivan Puga-Gonzalez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.