Parametric tests assume your data follow a known distribution, usually the normal distribution, and they work with the mean and variance. Nonparametric tests make no such distributional assumption and typically work with ranks or the median instead. The choice between them in your dissertation comes down to whether your data meet the parametric assumptions, not to personal preference.

Why the choice matters for your dissertation results

Picking the wrong family weakens every claim that follows. A parametric test applied to badly skewed data can return a p-value you cannot trust, while a nonparametric test used when assumptions are met throws away statistical power you paid for in recruitment. Examiners read your methods chapterlooking for a justified decision, so you need to state which assumptions you checked and what the checks showed. The honest path is to test the assumptions first, then let the result of those checks decide the family, which is exactly the logic behind picking the right statistical test.

Your research questionCompare groupst-test · ANOVATest a relationshipCorrelation · regressionPredict an outcomeLinear · logistic regression
Your research question points to a test family first; the parametric or nonparametric decision then turns on whether that family's distributional assumptions are met.

The assumptions that separate the two families

Parametric methods rest on a short list of conditions. The outcome should be measured on an interval or ratio scale, the residuals should be roughly normally distributed, the groups should show similar spread (homogeneity of variance), and the observations should be independent. When these hold, parametric tests are more efficient and detect real effects with smaller samples. When they fail, especially with small sample sizes or strong skew, the nonparametric alternative protects your conclusions. Confirm normality properly before you commit, as set out in checking your data for normality.

Parametric testNonparametric counterpartUse case
Independent-samples t-testMann-Whitney U testTwo independent groups
Paired-samples t-testWilcoxon signed-rank testTwo related measurements
One-way ANOVAKruskal-Wallis testThree or more groups
Pearson correlationSpearman correlationAssociation between variables

How to decide on your own data, step by step

Work through the decision in order rather than guessing. First, identify the measurement level of your outcome; if it is ordinal or clearly not continuous, you are already in nonparametric territory. Second, check the distribution shape with a histogram and a normality test, and check equal variances with Levene's test. Third, weigh your sample size, since very small samples make normality hard to confirm and tilt the choice toward rank-based methods. If the assumptions hold, run the parametric test for its greater power; if they do not, move to the matched nonparametric counterpart from the table above. This same reasoning extends to comparing several groups, where the contrast between an t-test and analysis of variance shapes which family you reach for.

Reporting the decision in your write-up

Whichever family you use, the write-up should make the logic visible. State the assumption checks and their outcomes, name the test, and report the result with an effect size rather than a bare significance verdict. Nonparametric results are still summarised with clear descriptive statistics, typically medians and interquartile ranges, so the reader sees the data behind the test; for the wider picture of summary versus inference, see summarising versus generalising from your sample. A clean, justified test choice tells your supervisor you understood the data, not just the software.