0
tutorials.scrollToStart
Test selection

Which Statistical Test to Use for Your Thesis: A Complete Decision Guide

4 min read

Choosing the wrong statistical test is the #1 reason supervisors send thesis drafts back for revision. It is not about memorising formulas - it is about answering four questions in the right order. Get them right and your test choice becomes obvious. This guide gives you a step-by-step decision framework, a comparison table covering every common thesis test, and copy-paste methods section text you can use immediately.

Free sample chapter

Data Analysis From Survey to Results

Step-by-step guidance for choosing the right test, running it, and writing up APA results - in plain language, not theory. Get the free sample chapter when you join the waitlist.

Key takeaways

  • 4 questions decide your test: research question type β†’ data scale β†’ number of groups β†’ assumption checks - answer them in order.
  • Shapiro-Wilk + Levene's test: run both before any parametric test and report the results in your methods section.
  • Non-normal data: switch t-test β†’ Mann-Whitney U, ANOVA β†’ Kruskal-Wallis - never force parametric tests on violated assumptions.
  • Effect size is mandatory: always report Cohen's d (t-test), Ξ·Β² (ANOVA), or r (correlation) alongside every p-value.
  • Methods section: document your test selection logic with test name, data type, group count, and assumption check results.

The 4 Questions That Decide Your Statistical Test

Every statistical test follows from four questions. Answer them in order and your test choice becomes straightforward.

  • Question 1 - What does your research question ask?
  • Difference: Do groups differ? β†’ t-test, ANOVA, Mann-Whitney, Kruskal-Wallis
  • Relationship: Do variables move together? β†’ Pearson, Spearman, Regression
  • Frequency: How are observations distributed? β†’ Chi-square
  • Question 2 - What scale level is your data?
  • Metric (interval/ratio): Height, weight, exam score β†’ parametric tests
  • Ordinal (ranked/Likert): Satisfaction 1–5 β†’ non-parametric tests
  • Nominal (categories): Gender, country, yes/no β†’ Chi-square
  • Question 3 - How many groups are you comparing?
  • 2 groups β†’ t-test or Mann-Whitney
  • 3+ groups β†’ ANOVA or Kruskal-Wallis
  • Same subjects twice β†’ Paired t-test or Wilcoxon
  • 1 group vs. known value β†’ One-sample t-test
  • Question 4 - Are parametric assumptions met?
  • Normality: Shapiro-Wilk p > .05 β†’ parametric OK
  • Equal variances: Levene's p > .05 β†’ standard t-test / ANOVA
  • Either fails β†’ use non-parametric alternative

Complete Test Comparison Table

Use this reference table to find the right test based on your research question, data type, and group structure.

Research QuestionData TypeGroupsAssumptionTest
DifferenceMetric2 independentNormal, equal var.Independent t-test
DifferenceMetric2 independentNon-normalMann-Whitney U
DifferenceMetric2 pairedNormalPaired t-test
DifferenceMetric2 pairedNon-normalWilcoxon signed-rank
DifferenceMetric3+Normal, equal var.One-way ANOVA
DifferenceMetric3+Non-normalKruskal-Wallis
DifferenceOrdinal2AnyMann-Whitney U
DifferenceOrdinal3+AnyKruskal-Wallis
RelationshipMetric-Both normalPearson correlation
RelationshipOrdinal-AnySpearman correlation
RelationshipMetric-NormalLinear regression
FrequencyNominal-AnyChi-square test
1 group vs. valueMetric1NormalOne-sample t-test

Step-by-Step Decision Walkthrough

Example scenario: "I want to compare exam scores between male and female students."

  • Step 1: Question type = Difference (comparing two groups)
  • Step 2: Data type = Metric (exam scores are continuous)
  • Step 3: Groups = 2 independent groups (male vs. female)
  • Step 4: Check assumptions - run Shapiro-Wilk on both groups
  • If Shapiro-Wilk p > .05 for BOTH groups AND Levene's p > .05 β†’ Use independent samples t-test
  • If Shapiro-Wilk p < .05 for EITHER group β†’ Use Mann-Whitney U test
  • If Levene's p < .05 but normality OK β†’ Use Welch's t-test

Copy-Paste Methods Section Template

For your thesis methods chapter, copy and adapt this paragraph:

"The appropriate statistical test was selected based on the research question, data type, number of groups, and parametric assumptions. [Difference/Relationship/Frequency] was assessed using [test name]. Data were checked for normality using the Shapiro-Wilk test and for homogeneity of variances using Levene's test. All analyses were conducted using [SPSS / Jamovi / JASP version X]. Effect size was reported as [Cohen's d / eta-squared / r] alongside p-values."

Common Test Selection Mistakes

These are the most frequent wrong choices supervisors flag during thesis reviews.

MistakeWhy It Is WrongCorrect Choice
Multiple t-tests with 3+ groupsInflates Type I error (family-wise error)One-way ANOVA
t-test on single Likert itemsViolates interval scale assumptionMann-Whitney U
ANOVA with only 2 groupsOverly complex; t-test is simpler and sufficientIndependent t-test
Skipping assumption checksResults may be statistically invalidAlways run Shapiro-Wilk + Levene's
Pearson on ordinal dataViolates linearity assumptionSpearman correlation

Frequently asked questions

What if my data violates normality?

β–Ύ
Use non-parametric alternatives like Mann-Whitney U, Kruskal-Wallis, or Wilcoxon tests. These test rank distributions instead of means and work with non-normal data.

How do I know if my groups are independent or paired?

β–Ύ
Independent groups = different people in each group. Paired groups = same people measured twice (before/after) or matched pairs. This determines which test to use.

Can I use a t-test with small sample sizes?

β–Ύ
Yes, but with caution. Check normality with Shapiro-Wilk. With n<30, even small deviations from normality can matter. When in doubt, use Mann-Whitney U instead.

Free tool

Not sure which statistical test to use?

Answer 5 quick questions about your research design and get the right test - with an explanation of why - in under two minutes.

Statoria Team

Statistics educators & software developers

We build Statoria to help bachelor and master students get through their thesis data analysis without stress. Our guides are written by researchers with experience in social science statistics and student supervision.

Related guides