var1.ci | R Documentation |
Confidence Interval for a Population Variance
var1.ci(x, alp = 0.05, dig = 4)
x |
Data vector |
alp |
Level of significance, Default: 0.05 |
dig |
Number of digits below the decimal point, Default: 4 |
None.
x = c(20.0, 21.5, 20.9, 19.8, 22.5, 20.3, 23.6, 18.0, 23.3, 17.8) var1.ci(x, dig=3) var1.ci(rnorm(36))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.