document.write( "Question 1188071: Samples of 6 members, each representing three unions, were tested with their respect to their union loyalty. The test had a potential range of scores from 1 to 100, with 100 reflecting the greatest loyalty. Do these data indicate any significant differences in union loyalty between the three unions? Perform the appropriate analysis. Test at the .05 level of significance. \n" ); document.write( "
Algebra.Com's Answer #849309 by CPhill(2189) You can put this solution on YOUR website! You're describing a situation where you need to perform a Kruskal-Wallis test. This is a non-parametric test used to compare three or more groups when the data is not assumed to be normally distributed. Here's how to perform the test:\r \n" ); document.write( "\n" ); document.write( "**1. State the Hypotheses:**\r \n" ); document.write( "\n" ); document.write( "* **Null Hypothesis (H0):** There is no significant difference in union loyalty scores among the three unions. \n" ); document.write( "* **Alternative Hypothesis (H1):** There is a significant difference in union loyalty scores among the three unions.\r \n" ); document.write( "\n" ); document.write( "**2. Organize the Data and Rank:**\r \n" ); document.write( "\n" ); document.write( "You'll need the actual data values for each of the 6 members from the three unions. Let's assume you have the following data:\r \n" ); document.write( "\n" ); document.write( "| Union 1 | Union 2 | Union 3 | \n" ); document.write( "|---|---|---| \n" ); document.write( "| 85 | 72 | 92 | \n" ); document.write( "| 90 | 68 | 88 | \n" ); document.write( "| 78 | 75 | 95 | \n" ); document.write( "| 82 | 65 | 89 | \n" ); document.write( "| 87 | 70 | 91 | \n" ); document.write( "| 80 | 73 | 93 |\r \n" ); document.write( "\n" ); document.write( "Now, combine all the scores and rank them from lowest to highest. Give tied scores the average of the ranks they would have received.\r \n" ); document.write( "\n" ); document.write( "| Score | Rank | \n" ); document.write( "|---|---| \n" ); document.write( "| 65 | 1 | \n" ); document.write( "| 68 | 2 | \n" ); document.write( "| 70 | 3 | \n" ); document.write( "| 72 | 4 | \n" ); document.write( "| 73 | 5 | \n" ); document.write( "| 75 | 6 | \n" ); document.write( "| 78 | 7 | \n" ); document.write( "| 80 | 8 | \n" ); document.write( "| 82 | 9 | \n" ); document.write( "| 85 | 10 | \n" ); document.write( "| 87 | 11 | \n" ); document.write( "| 88 | 12 | \n" ); document.write( "| 89 | 13 | \n" ); document.write( "| 90 | 14 | \n" ); document.write( "| 91 | 15 | \n" ); document.write( "| 92 | 16 | \n" ); document.write( "| 93 | 17 | \n" ); document.write( "| 95 | 18 |\r \n" ); document.write( "\n" ); document.write( "**3. Calculate the Rank Sums:**\r \n" ); document.write( "\n" ); document.write( "Add up the ranks for each union:\r \n" ); document.write( "\n" ); document.write( "* Union 1: 10 + 14 + 7 + 9 + 11 + 8 = 59 \n" ); document.write( "* Union 2: 4 + 2 + 3 + 1 + 5 + 6 = 21 \n" ); document.write( "* Union 3: 16 + 12 + 18 + 13 + 15 + 17 = 91\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the Kruskal-Wallis H Statistic:**\r \n" ); document.write( "\n" ); document.write( "H = (12 / (N(N+1))) * Σ(Ri² / ni) - 3(N+1)\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* N = Total number of observations (6 + 6 + 6 = 18) \n" ); document.write( "* ni = Number of observations in each group (6) \n" ); document.write( "* Ri = Sum of ranks for each group\r \n" ); document.write( "\n" ); document.write( "H = (12 / (18 * 19)) * [(59² / 6) + (21² / 6) + (91² / 6)] - 3(18 + 1) \n" ); document.write( "H = (12 / 342) * [580.17 + 73.5 + 1380.17] - 57 \n" ); document.write( "H ≈ 0.0351 * 2033.84 - 57 \n" ); document.write( "H ≈ 71.49 - 57 \n" ); document.write( "H ≈ 14.49\r \n" ); document.write( "\n" ); document.write( "**5. Determine the Degrees of Freedom:**\r \n" ); document.write( "\n" ); document.write( "df = Number of groups - 1 = 3 - 1 = 2\r \n" ); document.write( "\n" ); document.write( "**6. Find the Critical Value:**\r \n" ); document.write( "\n" ); document.write( "Consult a chi-square distribution table or use a calculator. For α = 0.05 and df = 2, the critical value is approximately 5.991.\r \n" ); document.write( "\n" ); document.write( "**7. Make a Decision:**\r \n" ); document.write( "\n" ); document.write( "Our calculated H statistic (14.49) is *greater* than the critical value (5.991). Therefore, we *reject* the null hypothesis.\r \n" ); document.write( "\n" ); document.write( "**8. Conclusion:**\r \n" ); document.write( "\n" ); document.write( "There is sufficient evidence at the 0.05 significance level to conclude that there is a significant difference in union loyalty scores among the three unions. \n" ); document.write( " \n" ); document.write( " |