
Tim M. answered 02/24/16
Tutor
5
(2)
Statistics and Social/Biological Sciences
Hello,
The standard error = SD/sqrt(n). In your case, this is 500/sqrt(1000) = 15.81. Then we compute the margin of error by multiplying by 1.96 (this value is because you want the 95% confidence interval; the values can be found in the normal distribution table - technically you would want a t-table, but since the n is so large, it won't make much of a difference). This gives us: 1.96*15.81 = 30.99. To get the confidence interval, you add and subtract this value from the sample mean:
3200 + 30.99 = 3230.99
3200 - 30.99 = 3169.01
So the confidence interval is 3169.01 to 3230.99. You can think of this as meaning that the study found that the mean weight was 3200g but, because of sampling error, it is reasonable to expect that the true (population) birth weight is anywhere between 3169.01 and 3230.99. Notice how this interval does not include 3400. This means that it is not reasonable to expect that the true birth weight is 3400g (at least, not at the 95% level of confidence). In this case, the null would be rejected.
If we plug your numbers into the formula for the one-sample t-test we get (3200 - 3400)/(500/sqrt(1000)). Simplifying that formula, we get: -200/(500/31.62) = 200/(15.81) = -12.65. so t = -12.65. Lastly, we compare this value against the t-critical value for 999 degrees of freedom (for the one-sample t-test, the degrees of freedom is n - 1 or, in your case, 1000 - 1 = 999). The t-critical value can be found in the t-table. Your value of -12.65 is larger than the critical value so we say that 3200 is significantly different from 3400 (you have rejected the null hypothesis).