Test Homogeneity of Variance in R
This tutorial shows methods test Homogeneity of Variance (or, Equality of Variance) in R. The methods include F-test, Bartlett’s test, Levene’s test, and Fligner-Killeen’s test. F-test: Compare variances of 2 groups. Need assumption of normality. Bartlett’s test: Compare variances of 2 or more groups. Need assumption of normality. Levene’s test: An alternative to Bartlett’s test, … Read more