تعليمات خطوة بخطوة
Rank the Data
Combine the two datasets and rank the data in ascending order. If there are tied values, assign the average rank to each tied value.
Calculate the U Statistic
The U statistic is calculated using the formula: U = n1 * n2 + (n1 * (n1 + 1)) / 2 - R1, where n1 and n2 are the sample sizes of the two groups, and R1 is the sum of the ranks of the first group.
Calculate the p-Value
The p-value can be calculated using a standard normal distribution (Z-distribution) or a t-distribution. For large sample sizes (n1 + n2 > 20), the standard normal distribution can be used.
Interpret the Results
The p-value indicates the probability of observing the test statistic (U) or a more extreme value, assuming that the null hypothesis is true. If the p-value is less than the significance level (usually 0.05), the null hypothesis can be rejected, and it can be concluded that there is a statistically significant difference between the two groups.
Consider Using a Calculator
For large datasets, it may be more convenient to use a calculator or software to perform the Mann-Whitney U test. This can save time and reduce the chance of errors.
Introduction to the Mann-Whitney U Test
The Mann-Whitney U test is a non-parametric statistical test used to compare two independent groups. It is an alternative to the t-test and is used when the data does not meet the assumptions of the t-test, such as normality.
Prerequisites
Before performing the Mann-Whitney U test, you should have two datasets, each representing a group. The data should be continuous or ordinal.
Step-by-Step Guide
Step 1: Rank the Data
First, combine the two datasets and rank the data in ascending order. If there are tied values, assign the average rank to each tied value.
Step 2: Calculate the U Statistic
The U statistic is calculated using the following formula: U = n1 * n2 + (n1 * (n1 + 1)) / 2 - R1, where n1 and n2 are the sample sizes of the two groups, and R1 is the sum of the ranks of the first group.
Step 3: Calculate the p-Value
The p-value can be calculated using a standard normal distribution (Z-distribution) or a t-distribution. For large sample sizes (n1 + n2 > 20), the standard normal distribution can be used. The formula for the Z-score is: Z = (U - (n1 * n2 / 2)) / sqrt((n1 * n2 * (n1 + n2 + 1)) / 12).
Step 4: Interpret the Results
The p-value indicates the probability of observing the test statistic (U) or a more extreme value, assuming that the null hypothesis is true. If the p-value is less than the significance level (usually 0.05), the null hypothesis can be rejected, and it can be concluded that there is a statistically significant difference between the two groups.
Step 5: Consider Using a Calculator
For large datasets, it may be more convenient to use a calculator or software to perform the Mann-Whitney U test. This can save time and reduce the chance of errors.
Worked Example
Suppose we have two datasets: Group A = [12, 15, 18, 20, 22] and Group B = [10, 12, 15, 18, 25]. The sample sizes are n1 = 5 and n2 = 5. First, combine the datasets and rank the data: [10, 12, 12, 15, 15, 15, 18, 18, 20, 22, 25]. The sum of the ranks of Group A is R1 = 3 + 5 + 7 + 8 + 10 = 33. Next, calculate the U statistic: U = 5 * 5 + (5 * (5 + 1)) / 2 - 33 = 25 + 15 - 33 = 7. Then, calculate the Z-score: Z = (7 - (5 * 5 / 2)) / sqrt((5 * 5 * (5 + 5 + 1)) / 12) = (7 - 12.5) / sqrt(20.83) = -5.5 / 4.57 = -1.20. Finally, look up the p-value in a standard normal distribution table. The p-value is approximately 0.23.
Common Mistakes to Avoid
- Not ranking the data correctly
- Not handling tied values correctly
- Using the wrong formula for the U statistic or Z-score
- Not considering the sample sizes when interpreting the results
Conclusion
The Mann-Whitney U test is a useful non-parametric test for comparing two independent groups. By following the steps outlined in this guide, you can perform the test by hand. However, for large datasets, it may be more convenient to use a calculator or software to perform the test and reduce the chance of errors.