In: Statistics and Probability
what example can I use when explaining the four requirement s of a differnce of means test?
Ans:
These are the four requirement s of a differnce of means test.
(1) state the hypotheses, (2) formulate an analysis plan, (3) analyze sample data, and (4) interpret results
(1) state the hypotheses
Every hypothesis test requires the analyst to state a null hypothesis and an alternative hypothesis. The hypotheses are stated in such a way that they are mutually exclusive. That is, if one is true, the other must be false; and vice versa
The table below shows three sets of null and alternative hypotheses. Each makes a statement about the difference d between the mean of one population μ1 and the mean of another population μ2. (In the table, the symbol ≠ means " not equal to ".)
Set | Null hypothesis | Alternative hypothesis | Number of tails |
---|---|---|---|
1 | μ1 - μ2 = d | μ1 - μ2 ≠ d | 2 |
2 | μ1 - μ2> d | μ1 - μ2 < d | 1 |
3 | μ1 - μ2< d | μ1 - μ2 > d | 1 |
(2) formulate an analysis plan
The analysis plan describes how to use sample data to accept or reject the null hypothesis. It should specify the following elements.
(3) analyze sample data
Using sample data, find the standard error, degrees of freedom, test statistic, and the P-value associated with the test statistic.
SE = sqrt[ (s12/n1) + (s22/n2) ]
where s1 is the standard deviation of sample 1, s2 is the standard deviation of sample 2, n1 is the size of sample 1, and n2 is the size of sample 2.DF = (s12/n1 + s22/n2)2 / { [ (s12 / n1)2 / (n1 - 1) ] + [ (s22 / n2)2 / (n2 - 1) ] }
If DF does not compute to an integer, round it off to the nearest whole number. Some texts suggest that the degrees of freedom can be approximated by the smaller of n1 - 1 and n2 - 1; but the above formula gives better results.t = [ (x1 - x2) - d ] / SE
where x1 is the mean of sample 1, x2 is the mean of sample 2, d is the hypothesized difference between population means, and SE is the standard error.(4) interpret results
If the sample findings are unlikely, given the null hypothesis, the researcher rejects the null hypothesis. Typically, this involves comparing the P-value to the significance level, and rejecting the null hypothesis when the P-value is less than the significance level.