
Steve E. answered 12/04/15
Tutor
5
(15)
Patient and a good listener
I think the key difference in this problem is that the data are paired. In other words, a measurement is taken on each person twice: before and after treatment. Therefore, it isn't a two-sample t-test of independent samples. The samples are dependent.
The t-test calculations are different for paired data. Here, we are looking at the difference values before and after:
A --> 200 - 191 = 9
B --> 174 - 170 = 4
C --> 198 - 177 = 21
D --> 170 - 167 = 3
E --> 179 - 159 = 20
F --> 182 - 151 = 31
G --> 193 - 176 = 17
H --> 209 - 183 = 26
I --> 185 - 159 = 26
J --> 155 - 145 = 10
K --> 169 - 146 = 23
L --> 210 - 177 = 33
B --> 174 - 170 = 4
C --> 198 - 177 = 21
D --> 170 - 167 = 3
E --> 179 - 159 = 20
F --> 182 - 151 = 31
G --> 193 - 176 = 17
H --> 209 - 183 = 26
I --> 185 - 159 = 26
J --> 155 - 145 = 10
K --> 169 - 146 = 23
L --> 210 - 177 = 33
The mean of the differences is 18.58. The SD = 10.1. The sample size is still n= 12. So, the t-statistic is:
18.58 / (10.1/sqrt(12) ) = 6.37
An alternative hypothesis could be Mean(before) > Mean(after).
Looking at the t-distribution for 6.37 and degrees of freedom = 11 (n - 1 => 12 - 1), the p-value = .0000246 or, more appropriately reported, p < .0001. Still significant, but a different t-test since the data are paired.