Two sets of observations are paired if each observation in one set has a special correspondence with exactly one observation in the other set. Examples:
Observational unit
Comparison groups
Measurement
Car
Smooth Turn vs. Quick Spin tire
tread remaining
Textbook
UCLA bookstore vs. Amazon
new-book price
Student
pre-course vs. post-course
exam score
Paired data represent a particular type of experimental structure where
the analysis is somewhat akin to a one-sample analysis
but has other features that resemble a two-sample analysis
Why Pairing Helps
Pairing can reduce noise when paired observations are similar. Example:
Some books are expensive everywhere.
Some students start with higher baseline scores.
Some cars wear tires faster than others.
By comparing within pairs, we remove much of that background variation.
Check: Paired or Not?
For each setting, decide whether a paired analysis is appropriate.
Pre-test and post-test scores for the same students.
Salaries from a random sample of men and a separate random sample of women.
Target and Walmart prices for the same 50 items.
SAT scores from 100 students at one high school and 100 students at another.
Notation
Typically the value of interest is the difference in measurements.
Let \(x_{i,1}\) be the measurement of unit \(i\) under condition 1.
Let \(x_{i,2}\) be the measurement of unit \(i\) under condition 2.
For each pair (\(x_{i,1}\), \(x_{i,2}\)), compute one difference:
\[
d_i = x_{i,1} - x_{i,2}
\]
Then analyze:
\[
d_1, d_2, \ldots, d_n
\]
as a single quantitative sample.
The parameter is the mean paired difference: \(\mu_d\).
Check: Small Calculation
Six students take a quiz before and after a short lesson.
Student
Before
After
1
6
8
2
7
8
3
5
6
4
8
9
5
6
7
6
7
9
Use \(d_i = After - Before\).
Compute the six differences.
Comparison
If mathematical modeling is chosen as the analysis tool, paired data inference on the difference in measurements will be identical to the one-sample mathematical techniques (Ch 19).
However, recall that with pure one-sample data, the computational tools for hypothesis testing are not easy to implement and were not presented.
With paired data, the randomization test fits nicely with the structure of the experiment and is presented here.
Randomization Test for Pairs
Let’s examine this procedure in the context of the following study.
Tire Tread Study
Research question: After 1,000 miles of driving, do Smooth Turn and Quick Spin tires have different average tread remaining?