Differences between revisions 5 and 6
Revision 5 as of 2011-10-24 18:22:54
Size: 7240
Editor: colossus
Comment:
Revision 6 as of 2011-10-31 02:01:46
Size: 7221
Editor: cpe-67-242-181-6
Comment:
Deletions are marked like this. Additions are marked like this.
Line 73: Line 73:
== Paired/Correlated/Repeated Group t-test == == Paired/Repeated Group t-test ==
Line 75: Line 75:
The correlated group t-test is used when the two sets of measurements are taken on the same group of subjects. Consider the following example. The paired group t-test is used when the two sets of measurements are taken on the same group of subjects. Consider the following example.
Line 125: Line 125:
Note that in the unpaired t-test, we calculated the standard error of '''the difference in means''', while here we calculated the standard error of '''the mean difference'''. This is the key difference between the independent group design and the correlated group design. Note that in the unpaired t-test, we calculated the standard error of '''the difference in means''', while here we calculated the standard error of '''the mean difference'''. This is the key difference between the independent group design and the paired group design.

Statistical Tests for Experiments with Two Samples

A common experimental design is taking measurements from both a test group and a control group. For example, we may want to test the effectiveness of a new drug. A scientifically reasonable way of conducting an experiment is to give the drug to the test group while giving the placebo to the control group. If there is a significant difference between the test group and the control group, we can conclude the drug is at least statistically improving patients' well-being.

An important concept in experiments with two groups is "repeated measure design" or "paired design". A paired design refers to studies where the two or more sets of measurements are taken from a single group of subjects under different conditions. Suppose we want to study the effect of sleep on memory. Having a test group of subjects who sleep normally and another group of subjects who are deprived of sleep does not reveal much about the target effect. Any observed difference may be due to the inherent difference in memory performance between these two groups. A repeated measure design is recommended here so that we can measure memory performance before and after sleep deprivation on the same group of subjects.

In the following, we illustrate how to conduct statistical tests in the unpaired design (i.e. test group vs control group) and in the paired design.

Unpaired/Independent Group t-test

The unpaired t-test is applicable when the experimental group and the control group consist of different pools of subjects. Consider the following example:

Example Problem

  • A physiologist has conducted an experiment to evaluate the effect of hormone X on sexual behavior. Ten rats were injected with hormone X and ten other rats received a placebo injection. The number of matings for each rate was counted over a 20 minute period. The test group had a sample mean number of matings = 8.4 and a sample std. deviation = 6.197. The place group had a sample mean number of matings = 5.6 and a sample std. deviation= 5.139.

Let's first identify the null hypothesis: The hormone has no effect on the number of times rats mate over a 20 minute period. Note that we have 20 rats here divided into two groups. Such a design is an independent group design and an unpaired t-test is appropriate.

Solve the Problem by Hand

Now we test for a significant change in the mating rate of rats under the treatment of the hormone using an $\alpha = .05$ significance level.

We define $\mu_{null}$ as the mean of the null population. From the question, we know

\[
mu_{null} = 0
\]

In other words, the null hypothesis states that the hormone has no effect.

Then, calculate the difference in means of the two samples:

\[
x_{hormone} - x_{placebo} = 8.4-5.6=2.8
\]

and the standard error of the difference in means (please compare this with the standard error of the mean difference in the paired t-test)

\[
s_{x_{hormone} - x_{placebo}} = \sqrt{\frac{s^{2}_{hormone} + s^{2}_{placebo}}{N}} = \sqrt{\frac{6.197^{2} + 5.139^{2}}{10}} = 2.546
\]

Finally, we can calculate our $t_{obt}$, the formula is as follows:

\[
t_{obt} = \frac{x_{hormone}-x_{placebo}-\mu_{null}}{se} = \frac{2.8 - 0}{2.546} = 1.10
\]

By looking up in the t distribution table, we find the 2-tailed t-critical value at DF = 2N − 2 = 18 is 2.101. Since our obtained t statistic is smaller than the critical value, we fail to reject the null hypothesis. There is no sufficient evidence to conclude that hormone X has an effect on the number of times rats mate over a 20-minute period.

Note the degrees of freedom for an independent group design is the number of subjects minus 2.

Paired/Repeated Group t-test

The paired group t-test is used when the two sets of measurements are taken on the same group of subjects. Consider the following example.

Example Problem

  • You are interested in determining whether an experimental birth control pill has the side effect of changing blood pressure. You randomly sample ten women from the city in which you live. You give five of them a placebo for a month and then measure their blood pressure. Then you switch them to the birth control pill for a month and again measure their blood pressure. The other five women receive the same treatment except that they are given the birth control pill first for a month, followed by the placebo for a month. The blood pressure readings are shown here.

Subject No.

Birth Control pill

Placebo pill

1

108

102

2

76

68

3

69

66

4

78

71

5

74

76

6

85

80

7

79

82

8

78

79

9

80

78

10

81

85

The first step, again, is to identify the null hypothesis: Birth control will not affect the blood pressure of women who are taking it ($\mu_{D} = 0$). This also justifies a two-tailed test since we are not interested in whether the effect is directional (i.e. whether the birth control pill will increase or decrease blood pressure).

Solve the Problem by Hand

Now we test for a significant change in the blood pressure of women on birth control pills using an $\alpha = .05$ significance level.

First, calculate the mean blood pressure change of the sample:

\[
x_{obt} = 2.1
\]

Next, the standard deviation of the sample difference scores (this is done by taking the differences first and then calculate the standard deviation):

\[
s = 4.383
\]

Now, the standard error of the mean:

\[
s_{\overline{x}} = \frac{s}{\sqrt{n}} = \frac{4.383}{\sqrt{10}} = 1.386
\]

Note that in the unpaired t-test, we calculated the standard error of the difference in means, while here we calculated the standard error of the mean difference. This is the key difference between the independent group design and the paired group design.

And, finally, our $t_{obt}$:

\[
t_{obt} = \frac{x_{obt}-\mu_{D}}{s_{x}} = \frac{2.1 -0 }{1.386} = 1.515
\]

What is the degrees of freedom for a paired t-test? Since we only have 10 subjects in our group, the DF is the same as in the one-sample t-test: N-1. Now, we can look up the critical value of t for a two-tail test using the alpha value 0.05 and the appropriate degrees of freedom (df = 10-1 = 9). The critical value is 2.262, which is larger than our obtained t statistic. Thus, we retain the null hypothesis and conclude that there is no sufficient evidence for the claim that the birth control pill affects the blood pressure of women who take it.

Go back to the Homepage

TwoSamplesOneVariable (last edited 2012-01-13 06:46:50 by KathyNordeen)

MoinMoin Appliance - Powered by TurnKey Linux