Check whether your data follows a normal distribution.
Before applying most parametric tests (t-test, ANOVA, Pearson correlation), it is essential to verify the normality of the data. StatsLab offers Shapiro-Wilk and Kolmogorov-Smirnov tests, plus a Q-Q plot for visual inspection.
Context : Normality test on exam scores (out of 20) for 30 students.
Result : Shapiro-Wilk W = 0.971, p = 0.563
Interpretation : p > 0.05: we fail to reject the normality hypothesis. The data are consistent with a normal distribution — parametric tests are justified.