var1.test | R Documentation |
Hypothesis Test for a Population Variance
var1.test(x, n, var0, alp = 0.05, side = "two", dig = 4)
x |
Data vector (or sample variance) |
n |
Sample size (necessary when the sample variance is given) |
var0 |
Population variance value under the null hypothesis |
alp |
Level of significance, Default: 0.05 |
side |
Type of the alternative hypothesis ("up", "low", "two"), Default: 'two' |
dig |
Number of digits below the decimal point, Default: 4 |
None.
var1.test(x=1.24, n=25, var0=0.8, side="up") x = c(20.0, 21.5, 20.9, 19.8, 22.5, 20.3, 23.6, 18.0, 23.3, 17.8) var1.test(x=x, var0=2, side="two")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.