Choosing between parametric and non-parametric tests affects statistical power, validity, and interpretation of results. Understanding assumptions is critical for correct analysis.
Parametric tests assume normal distribution, homogeneity of variance, and interval/ratio data. Non-parametric tests make fewer assumptions and work with ordinal data or non-normal distributions.
Check normality using Shapiro-Wilk test, Kolmogorov-Smirnov test, or visual inspection (Q-Q plots, histograms).
Central Limit Theorem suggests parametric tests are robust with n > 30 per group. Small samples (n < 30) require normality checks.
Parametric requires interval/ratio data (continuous). Non-parametric can handle ordinal data (Likert scales, rankings).
Compare parametric and non-parametric alternatives for common research scenarios
Compares means between two independent groups. Assumes normality, homogeneity of variance, and independent observations.
Compares means across three or more independent groups. Post-hoc tests (Tukey, Bonferroni) follow significant ANOVA.
Compares distributions/medians between two independent groups. Alternative to independent t-test when assumptions violated.
Measures linear relationship between two continuous variables. Value ranges from -1 to +1.
Compares medians across three or more independent groups. Alternative to one-way ANOVA.
Assesses monotonic (non-linear) relationship between two variables. Uses ranked data.
Follow this decision flowchart for selecting appropriate statistical tests
Nominal/categorical: use Chi-square • Ordinal/Ranked: consider non-parametric • Interval/Ratio: consider parametric
Test normality with Shapiro-Wilk (n < 50) or Kolmogorov-Smirnov (n > 50). Check Q-Q plots and histograms.
Two groups: t-test (parametric) or Mann-Whitney (non-parametric). Three+ groups: ANOVA (parametric) or Kruskal-Wallis (non-parametric).