Paired data
Inference with paired data
In the last two sections, we worked with confidence intervals and significance tests for the difference between two means using independent random samples. Now we’ll look at a different situation: a quantitative variable measured twice for the same individual (or for two very similar, closely matched individuals).
Why pairing matters: an SAT example
A classic example is testing the effectiveness of a new SAT preparation course. Suppose you collect unpaired data by taking one group of students who take the prep course and a completely different group of students who don’t, and then you compare the two group means. That comparison might be misleading because the two groups could differ in important ways before the course even begins. For example:
- The prep-course group might include higher-achieving students to start with (or the opposite).
- Any pre-existing differences between the groups would show up in the results, even if the course had no effect.
There’s also a practical concern: students and parents might view it as unfair to offer the course to only some students, raising ethical questions about the study design.
A paired design addresses both issues by measuring the same students twice. For example, you could:
- Start with one group of all students.
- Give everyone the SAT before the prep course.
- Have everyone complete the SAT preparation course (the course is the “treatment”).
- Give everyone the SAT after the course.
- Compute each student’s score change (after − before) and analyze whether the mean change is significantly different from .
In practice, you’d also think about issues like practice effects or test familiarity when interpreting a before-and-after design.
Other situations that call for paired data
Example 1: Medical trials
If researchers measure people’s blood pressure before and after they take a new medication, the researchers will have a better understanding of the specific impacts that the medication has on blood pressure. If they tested on two different groups (one group of people who has not taken the medication and one group of people who has), it would not account for the differences in blood pressure that the groups may have regardless of the medication. Certain people have higher blood pressure than others for a variety of reasons.
Example 2: Product testing
Consumers try both Brand A and Brand B of a product and rate each one on a scale of to . The reason in this case that it is best to use paired data rather than the non-paired method is that it’s possible that consumers consuming Brand A normally rank products lower in general or vice versa. Some people are quick to give any decent product a perfect -star rating while others very rarely give stars and would give only a -star rating for a product that exceeded their expectations but wasn’t their very favorite. In short, some people are less easily impressed than others. Also, people who have been on the receiving end of ratings understand that even a -star rating can be considered a “bad” rating to certain employers and would result in the worker being disciplined if they get too many bad ratings. People who have experienced this are more likely to give a -star rating almost no matter what as long as the product was not terrible. Using paired data means that the way people choose to rate products is controlled for.