There are two types of research designs that produce related samples:
matched-samples designs : each participant is paired with another participant in the other condition. They need to be related in some meaningful way that isn’t the independent/dependent variable.
repeated-measures designs : same participants are measured under all conditions of the independent variable
related-samples t-tests have these requirements:
- The samples have to be dependent
- The dependent scores are normally distributed interval or ratio scores
- The populations have homogenous variance
- Because they must be paired, s must be equal.
The general process:
- grab the difference of before and after.
- Use that as a one-sampled t-test.
Formulating hypotheses: If we have a two-tailed test, we’re looking at and One-tailed tests look like and
Steps:
- Compute ()
- Compute the standard error of the mean difference ()
- Determine
Example
Find the difference that therapy makes in a phobia study.
Data:
before therapy | after therapy | D | D^2 | |
---|---|---|---|---|
Millie | 11 | 8 | +3 | 9 |
Archie | 16 | 11 | +5 | 25 |
Jerome | 20 | 15 | +5 | 25 |
Althea | 17 | 11 | +6 | 36 |
Leon | 10 | 11 | -1 | 1 |
n=5 | mean: 14.80 | mean: 11.20 | sum = 18 | sum = 96 |
mean = +3.6 |
From here, it’s basically the a one-sample t-test, but using the differences.
with , so we can reject the null hypothesis at .