| int.ech | R Documentation | 
Confidence interval of a sample
int.ech(vector, conf.level = 0.95, na.rm = T)
| vector | : A vector | 
| conf.level | : Confidence level (from 0 to 1) | 
| na.rm | : Exclusion of missing values | 
Confidence interval on a sample.
x = c(1,4,3,5,3) ; int.ech(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.