Hypothesis Testing with Two Samples

Read this chapter, which discusses how to compare data from two similar groups. This is useful when, for example, you want to analyze things like how someone's income relates to another sample that you are interested in. Make sure you read the introduction as well as sections 10.1 through 10.6. Attempt the practice problems and homework at the end of the chapter.

Comparing Two Independent Population Means

The comparison of two independent population means is very common and provides a way to test the hypothesis that the two groups differ from each other. Is the night shift less productive than the day shift, are the rates of return from fixed asset investments different from those from common stock investments, and so on? An observed difference between two sample means depends on both the means and the sample standard deviations. Very different means can occur by chance if there is great variation among the individual samples. The test statistic will have to account for this fact. The test comparing two independent population means with unknown and possibly unequal population standard deviations is called the Aspin-Welch t-test. The degrees of freedom formula we will see later was developed by Aspin-Welch.

When we developed the hypothesis test for the mean and proportions we began with the Central Limit Theorem. We recognized that a sample mean came from a distribution of sample means, and sample proportions came from the sampling distribution of sample proportions. This made our sample parameters, the sample means and sample proportions, into random variables. It was important for us to know the distribution that these random variables came from. The Central Limit Theorem gave us the answer: the normal distribution. Our Z and t statistics came from this theorem. This provided us with the solution to our question of how to measure the probability that a sample mean came from a distribution with a particular hypothesized value of the mean or proportion. In both cases that was the question: what is the probability that the mean (or proportion) from our sample data came from a population distribution with the hypothesized value we are interested in?

Now we are interested in whether or not two samples have the same mean. Our question has not changed: Do these two samples come from the same population distribution? To approach this problem we create a new random variable. We recognize that we have two sample means, one from each set of data, and thus we have two random variables coming from two unknown distributions. To solve the problem we create a new random variable, the difference between the sample means. This new random variable also has a distribution and, again, the Central Limit Theorem tells us that this new distribution is normally distributed, regardless of the underlying distributions of the original data. A graph may help to understand this concept.

Figure 10.2
Figure 10.2

Pictured are two distributions of data, X1 and X2, with unknown means and standard deviations. The second panel shows the sampling distribution of the newly created random variable (\overline X_1−\overline X_2). This distribution is the theoretical distribution of many sample means from population 1 minus sample means from population 2. The Central Limit Theorem tells us that this theoretical sampling distribution of differences in sample means is normally distributed, regardless of the distribution of the actual population data shown in the top panel. Because the sampling distribution is normally distributed, we can develop a standardizing formula and calculate probabilities from the standard normal distribution in the bottom panel, the Z distribution.

The Central Limit Theorem, as before, provides us with the standard deviation of the sampling distribution, and further, that the expected value of the mean of the distribution of differences in sample means is equal to the differences in the population means. Mathematically this can be stated:

E(µ\overline x_1− µ \overline x_2)=µ_1−µ_2

Because we do not know the population standard deviations, we estimate them using the two sample standard deviations from our independent samples. For the hypothesis test, we calculate the estimated standard deviation, or standard error, of the difference in sample means, \overline X_1−\overline X_2.

The standard error is:

\sqrt{\dfrac{(s_1)^2}{n_1}+\dfrac{(s_2)^2}{n_2}}

We remember that substituting the sample variance for the population variance when we did not have the population variance was the technique we used when building the confidence interval and the test statistic for the test of hypothesis for a single mean back in Confidence Intervals and Hypothesis Testing with One Sample. The test statistic (t-score) is calculated as follows:

t_c=\dfrac{(\overline x_1–\overline x_2)–δ_0}{\sqrt{\dfrac{(s_1)^2}{n_1}+\dfrac{(s_2)^2}{n_2}}}

where:

  • s1 and s2, the sample standard deviations, are estimates of σ1 and σ2, respectively and
  • σ1 and σ2 are the unknown population standard deviations.
  • \overline x_1 and \overline x_2 are the sample means. μ1 and μ2 are the unknown population means.

The number of degrees of freedom (df) requires a somewhat complicated calculation. The df are not always a whole number. The test statistic above is approximated by the Student's t-distribution with df as follows:

The standard error is:

df=\dfrac{(\dfrac{(s_1)^2}{n_1}+\dfrac{(s_2)^2}{n_2})^2}{(\dfrac{1}{n_1–1})(\dfrac{(s_1)^2}{n_1})^2+(\dfrac{1}{n_2–1})(\dfrac{(s_2)^2}{n_2})^2}

When both sample sizes n1 and n2 are 30 or larger, the Student's t approximation is very good. If each sample has more than 30 observations then the degrees of freedom can be calculated as n1 + n2 - 2.

The format of the sampling distribution, differences in sample means, specifies that the format of the null and alternative hypothesis is:

H_0:µ_1−µ_2=δ_0

H_a:µ_1−µ_2≠δ_0

where δ_0 is the hypothesized difference between the two means. If the question is simply “is there any difference between the means?” then δ_0 = 0 and the null and alternative hypotheses becomes:

H_0:µ_1=µ_2

H_a:µ_1≠µ_2

An example of when δ_0 might not be zero is when the comparison of the two groups requires a specific difference for the decision to be meaningful. Imagine that you are making a capital investment. You are considering changing from your current model machine to another. You measure the productivity of your machines by the speed they produce the product. It may be that a contender to replace the old model is faster in terms of product throughput, but is also more expensive. The second machine may also have more maintenance costs, setup costs, etc. The null hypothesis would be set up so that the new machine would have to be better than the old one by enough to cover these extra costs in terms of speed and cost of production. This form of the null and alternative hypothesis shows how valuable this particular hypothesis test can be. For most of our work we will be testing simple hypotheses asking if there is any difference between the two distribution means.


Example 10.1

Independent groups
The Kona Iki Corporation produces coconut milk. They take coconuts and extract the milk inside by drilling a hole and pouring the milk into a vat for processing. They have both a day shift (called the B shift) and a night shift (called the G shift) to do this part of the process. They would like to know if the day shift and the night shift are equally efficient in processing the coconuts. A study is done sampling 9 shifts of the G shift and 16 shifts of the B shift. The results of the number of hours required to process 100 pounds of coconuts is presented in Table 10.1. A study is done and data are collected, resulting in the data in Table 10.1.

Sample Size Average Number of Hours to Process 100 Pounds of Coconuts Sample Standard Deviation
G Shift 9 2 0.866
B Shift 16 3.2 1.00

Table 10.1

Problem
Is there a difference in the mean amount of time for each shift to process 100 pounds of coconuts? Test at the 5% level of significance.

Solution 1
The population standard deviations are not known and cannot be assumed to equal each other. Let g be the subscript for the G Shift and b be the subscript for the B Shift. Then, μg is the population mean for G Shift and μb is the population mean for B Shift. This is a test of two independent groups, two population means.

Random variable: \overline X_g− \overline X_b= difference in the sample mean amount of time between the G Shift and the B Shift takes to process the coconuts.

H0: μg = μb  H0: μg – μb = 0
Ha: μg ≠ μb  Ha: μg – μb ≠ 0

The words "the same" tell you H0 has an "=". Since there are no other words to indicate Ha, is either faster or slower. This is a two tailed test.

Distribution for the test: Use tdf where df is calculated using the df formula for independent groups, two population means above. Using a calculator, df is approximately 18.8462.

Graph:

Figure 10.3
Figure 10.3

t_c=\dfrac{(\overline X_1−\overline X_2)−δ_0}{\sqrt{\dfrac{S^2_1}{n_1}+\dfrac{S^2_2}{n_2}}} = −3.01

We next find the critical value on the t-table using the degrees of freedom from above. The critical value, 2.093, is found in the .025 column, this is α/2, at 19 degrees of freedom. (The convention is to round up the degrees of freedom to make the conclusion more conservative.) Next we calculate the test statistic and mark this on the t-distribution graph.

Make a decision
: Since the calculated t-value is in the tail we cannot accept the null hypothesis that there is no difference between the two groups. The means are different.

The graph has included the sampling distribution of the differences in the sample means to show how the t-distribution aligns with the sampling distribution data. We see in the top panel that the calculated difference in the two means is -1.2 and the bottom panel shows that this is 3.01 standard deviations from the mean. Typically we do not need to show the sampling distribution graph and can rely on the graph of the test statistic, the t-distribution in this case, to reach our conclusion.

Conclusion: At the 5% level of significance, the sample data show there is sufficient evidence to conclude that the mean number of hours that the G Shift takes to process 100 pounds of coconuts is different from the B Shift (mean number of hours for the B Shift is greater than the mean number of hours for the G Shift).

NOTE
When the sum of the sample sizes is larger than 30 (n1 + n2 > 30) you can use the normal distribution to approximate the Student's t.


Example 10.2
A study is done to determine if Company A retains its workers longer than Company B. It is believed that Company A has a higher retention than Company B. The study finds that in a sample of 11 workers at Company A their average time with the company is four years with a standard deviation of 1.5 years. A sample of 9 workers at Company B finds that the average time with the company was 3.5 years with a standard deviation of 1 year. Test this proposition at the 1% level of significance.

Problem
a. Is this a test of two means or two proportions?

Solution 1
a. two means because time is a continuous random variable.

Problem
b. Are the populations standard deviations known or unknown?

Solution 2
b. unknown

Problem
c. Which distribution do you use to perform the test?

Solution 3
c. Student's t

Problem
d. What is the random variable?

Solution 4
d. \overline X_A− \overline X_B

Problem
e. What are the null and alternate hypotheses?

Solution 5
e.
  • H_o:μ_A≤μ_B
  • H_a:μ_A>μ_B
Problem
f. Is this test right-, left-, or two-tailed?

Solution 6
f. right one-tailed test

Figure 10.4
Figure 10.4

Problem
g. What is the value of the test statistic?

Solution 7
tc=\dfrac{(\overline X_1− \overline X_2)−δ_0}{\sqrt{\dfrac{S^2_1}{n_1}+\dfrac{S^2_2}{n_2}}}=0.89

Problem
h. Can you accept/reject the null hypothesis?

Solution 8
h. Cannot reject the null hypothesis that there is no difference between the two groups. Test statistic is not in the tail. The critical value of the t-distribution is 2.764 with 10 degrees of freedom. This example shows how difficult it is to reject a null hypothesis with a very small sample. The critical values require very large test statistics to reach the tail.

Problem
i. Conclusion:

Solution 9
i. At the 1% level of significance, from the sample data, there is not sufficient evidence to conclude that the retention of workers at Company A is longer than Company B, on average.


Example 10.3
Problem
An interesting research question is the effect, if any, that different types of teaching formats have on the grade outcomes of students. To investigate this issue one sample of students' grades was taken from a hybrid class and another sample taken from a standard lecture format class. Both classes were for the same subject. The mean course grade in percent for the 35 hybrid students is 74 with a standard deviation of 16. The mean grades of the 40 students form the standard lecture class was 76 percent with a standard deviation of 9. Test at 5% to see if there is any significant difference in the population mean grades between standard lecture course and hybrid class.

Solution 1
We begin by noting that we have two groups, students from a hybrid class and students from a standard lecture format class. We also note that the random variable, what we are interested in, is students' grades, a continuous random variable. We could have asked the research question in a different way and had a binary random variable. For example, we could have studied the percentage of students with a failing grade, or with an A grade. Both of these would be binary and thus a test of proportions and not a test of means as is the case here. Finally, there is no presumption as to which format might lead to higher grades so the hypothesis is stated as a two-tailed test.

H_0: µ_1 = µ_2
H_a: µ_1 ≠ µ_2

As would virtually always be the case, we do not know the population variances of the two distributions and thus our test statistic is:

tc=\dfrac{(\overline X_1− \overline X_2)−δ_0}{\sqrt{\dfrac{S^2_1}{n_1}+\dfrac{S^2_2}{n_2}}}= \dfrac{(74−76)−0}{\sqrt{\dfrac{16^2}{35}+\dfrac{9^2}{40}}}=−0.65

To determine the critical value of the Student's t we need the degrees of freedom. For this case we use: df = n1 + n2 - 2 = 35 + 40 -2 = 73. This is large enough to consider it the normal distribution thus ta/2 = 1.96. Again as always we determine if the calculated value is in the tail determined by the critical value. In this case we do not even need to look up the critical value: the calculated value of the difference in these two average grades is not even one standard deviation apart. Certainly not in the tail.


Conclusion: Cannot reject the null at α=5%. Therefore, evidence does not exist to prove that the grades in hybrid and standard classes differ.