In statisticsLevene’s test is an inferential statistic used to assess the equality of variances for a variable calculated for two or more groups. It is a test for equal variances that can be used for data that is represented by a non-normal distribution. Some common statistical procedures assume that variances of the populations from which different samples are drawn are equal. Levene’s test assesses this assumption. It tests the null hypothesis that the population variances are equal (called homogeneity of variance or homoscedasticity). If the resulting p-value of the test is less than some significance level (typically 0.05), the obtained differences in sample variances are unlikely to have occurred based on random sampling from a population with equal variances. Thus, the null hypothesis of equal variances is rejected and it is concluded that there is a difference between the variances in the population.

Some of the procedures typically assuming homoscedasticity, for which one can use Levene’s tests, include analysis of variance and t-tests.

Levene’s test is often used before a comparison of means. When it shows significance, one should switch to more generalized tests that is free from homoscedasticity assumptions (sometimes even non-parametric tests). Welch’s t-test, or unequal variances t-test is a more conservative test.

Levene’s test may also be used as a main test for answering a stand-alone question of whether two sub-samples in a given population have equal or different variances.

References

Wikipedia. Levene’s Test. https://en.wikipedia.org/wiki/Levene%27s_test