-
-
Save ViniciusBRodrigues/2c25b433aaa0f7b7f0f66888438a76c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var.test(formula = Ozone ~ Month, data = airquality, subset= Month %in% c("5","6")) | |
| F test to compare two variances | |
| data: Ozone by Month | |
| F = 1.4898, num df = 25, denom df = 8, p-value = 0.5765 | |
| alternative hypothesis: true ratio of variances is not equal to 1 | |
| 95 percent confidence interval: | |
| 0.378455 4.101711 | |
| sample estimates: | |
| ratio of variances | |
| 1.489848 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment