CHAPTER 04 · TOPIC 04
Paired t Test
Convert paired observations into within-pair differences and test the population mean of those differences.
On this page
A paired t-test examines the mean difference between quantitative variables in two related samples. We match each observation one-to-one, create the difference between each pair, and test whether the population mean is 0.
What Are Paired Samples?#
| Relationship | Example |
| Measure the same object twice | Evaluation of two conditions before and after training |
| Natural pairs | Identical twins or matched partners |
| Matched design | Match similar participants and assign them to different treatments |
Each Xᵢ must have a clear Yᵢ and must not be rearranged arbitrarily.
Calculate the difference between each pair first#
difference of i-th pair
mean difference
standard deviation of difference
Paired t-statistic
Hypotheses#
two-sided
right-tailed
left-tailed
The sign of the difference is determined by the order X−Y. Reversing the order reverses the sign of t, but the two-sided p-value remains the same.
Testing Procedure#
- Confirm that you can respond correctly one-on-one
- Calculate dᵢ by fixing the direction of the difference
- Calculate d̄, s_d, t, df=n−1
- Determine by finding the p value from the t distribution
Relationship to Repeated-Measures ANOVA#
If there are only two corresponding conditions, one-way repeated-measures ANOVA can be used, and the same significance conclusion will be reached for the same hypothesis.