A paired t-test is used when two quantitative measurements are linked, such as before-and-after scores from the same students or measurements from matched pairs. This cheat sheet helps students organize the test from raw paired data to a final conclusion. It focuses on creating differences, checking conditions, computing the test statistic, and interpreting the result in context.
The paired t-test is important because it analyzes change within pairs instead of treating the two samples as unrelated.
The key idea is to subtract within each pair and then run a one-sample t-test on the list of differences. The main formulas are the sample mean difference , the sample standard deviation of differences , the standard error , and the test statistic . The degrees of freedom are , where is the number of pairs.
A confidence interval for the mean difference is .
Key Facts
- A paired t-test uses differences from matched measurements or the same subject measured twice.
- The null hypothesis is usually , meaning the true mean difference is zero.
- The alternative hypothesis can be , , or depending on the question.
- The sample mean difference is , where is the number of paired differences.
- The standard error of the mean difference is , where is the sample standard deviation of the differences.
- The paired t-test statistic is , where is the hypothesized mean difference.
- The degrees of freedom for a paired t-test are .
- A confidence interval for the true mean difference is .
Vocabulary
- Paired data
- Paired data are two related measurements that belong together, such as pretest and posttest scores for the same person.
- Difference
- A difference is the value found by subtracting one measurement in a pair from the other, written as .
- Mean difference
- The mean difference is the average of all paired differences in the sample.
- Standard error
- The standard error estimates how much the sample mean difference varies from sample to sample.
- Degrees of freedom
- Degrees of freedom for a paired t-test are , based on the number of paired differences.
- P-value
- A p-value is the probability of getting a test statistic as extreme as the observed one if the null hypothesis is true.
Common Mistakes to Avoid
- Treating paired data as independent samples is wrong because the two measurements in each pair are related. Use the differences and perform a one-sample t-test on those differences.
- Subtracting in an inconsistent order is wrong because it can reverse the sign of and change the interpretation. Choose one order, such as , and use it throughout.
- Using as the number of individual measurements is wrong because is the number of pairs. If there are people measured twice, then , not .
- Using is wrong because one degree of freedom is lost when estimating . For a paired t-test, always use .
- Interpreting the result without context is incomplete because the test is about the mean difference, not just a generic mean. State the conclusion using the variable, direction of subtraction, and population.
Practice Questions
- 1 A teacher records quiz scores before and after a study strategy for students. The differences are defined as , with and . Test using the test statistic formula and find .
- 2 For a paired t-test with pairs, , , and , compute and .
- 3 A sample of matched pairs has and . Find the degrees of freedom and write the form of a confidence interval as .
- 4 A researcher measures blood pressure before and after a new exercise program for the same people. Explain why a paired t-test is more appropriate than a two-sample t-test.