Central Tendency Tests
Comparing means or medians across two or more independent or paired groups
Comparing central tendency – means for metric, approximately normal data; medians for ordinal or skewed data – is the most common task in applied clinical statistics. The tests below cover every combination of group structure (two vs. three or more, independent vs. paired) and distributional assumption (parametric vs. non-parametric).
Method pages
Two groups
- Independent-samples t-test (with Welch’s variant)
- Paired-samples t-test
- Mann-Whitney U test
- Wilcoxon signed-rank test
- Sign test
Three or more groups
- One-way ANOVA
- Factorial ANOVA
- One-way repeated-measures ANOVA
- Factorial / mixed repeated-measures ANOVA
- Kruskal-Wallis test
- Friedman test
Structure inspired by the University of Zurich Methodenberatung (methodenberatung.uzh.ch). All text, examples, R code, and reporting sentences are independently authored in English.