Levene Test Calculator Formula
Understand the math behind the levene test calculator. Each variable explained with a worked example.
Formulas Used
Levene W
w_stat = ((N - k) / (k - 1)) * (ss_between / ss_within)df1
df1 = k - 1df2
df2 = N - kVariables
| Variable | Description | Default |
|---|---|---|
N | Total N | 60 |
k | Groups | 3 |
ss_between | Between SS of deviations | 15 |
ss_within | Within SS of deviations | 120 |
How It Works
Levene Test
W = [(N-k)/(k-1)] * [SS_between/SS_within]
Tests equal variances using absolute deviations from group means.
Worked Example
N=60, 3 groups.
N = 60k = 3ss_between = 15ss_within = 120
- 01W = (57/2) * (15/120) = 3.56
Ready to run the numbers?
Open Levene Test Calculator