Paired Samples t-test
Also known as: dependent samples t-test, repeated measures t-test, matched-pairs t-test, eşleştirilmiş örneklem t-testi
The paired samples t-test is a parametric hypothesis test that compares two measurements taken on the same subjects — such as a before and after reading — to decide whether the average change differs from zero. It rests on the t-distribution introduced by Student (W. S. Gosset) in 1908 and works on the within-subject difference scores rather than the raw measurements.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
+3 more
When to use it
Use it when the same units are measured twice on a single continuous outcome — a pre-test/post-test design or any matched-pairs setup. Two assumptions should hold: the difference scores are approximately normally distributed (check with Shapiro-Wilk on the differences), and the pairs are genuinely linked. A sample of at least about 20 pairs is recommended so the normality of the differences can be assessed and the test has adequate power. If the differences are clearly non-normal or the sample is very small, use the nonparametric Wilcoxon signed-rank test instead.
Strengths & limitations
- By removing stable between-subject differences it is more powerful than an independent t-test for the same effect.
- Reports an interpretable paired effect size (Cohen's d) alongside the p-value and confidence interval.
- Simple, widely accepted, and available in every analysis package.
- Requires genuinely paired or matched data; it cannot compare two independent groups.
- Relies on the normality of the difference scores, which is fragile in small samples.
- Limited to exactly two repeated measurements; three or more time points call for repeated-measures ANOVA.
Frequently asked
How is this different from the independent t-test?
The independent t-test compares two separate groups, while the paired t-test compares two measurements on the same subjects. Because the pairing removes stable individual differences, the paired test is usually more sensitive when the data are genuinely linked.
What if the difference scores are not normal?
Normality applies to the differences, not the raw values. If a Shapiro-Wilk test on the differences is significant or the sample is very small, switch to the Wilcoxon signed-rank test, the nonparametric counterpart.
How many pairs do I need?
At least about 20 pairs is recommended so the normality of the difference scores can be assessed and the test retains adequate power. With fewer pairs the normality assumption is hard to check and power drops sharply.
Why report an effect size?
The p-value only tells you whether the average change is detectable, not how large it is. Cohen's d for paired data expresses the mean difference in standard-deviation units, so you can judge practical importance alongside the mean difference and its 95% confidence interval.
Sources
- Field, A. (2013). Discovering Statistics Using IBM SPSS Statistics (4th ed.). SAGE. ISBN: 978-1446249185
- Cohen, J. (1988). Statistical Power Analysis for the Behavioral Sciences (2nd ed.). Lawrence Erlbaum Associates. DOI: 10.4324/9780203771587 ↗
How to cite this page
ScholarGate. (2026, June 1). Paired Samples t-test. ScholarGate. https://scholargate.app/en/statistics/paired-t-test
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Independent t-testStatistics↔ compare
- One-way ANOVAStatistics↔ compare
- Repeated-measures ANOVAStatistics↔ compare
- Wilcoxon signed-rank testStatistics↔ compare