document.write( "Question 122733: A sample of employees at a large chemical plant was asked to indicate a preference for one of three pension plans. The results are given in the following table. Does it seem that there is a relationship between the pension plan selected and the job classification of the employees? Use the .01 significance level.
\n" );
document.write( "Pension Plan
\n" );
document.write( "Job Class Plan A Plan B Plan C
\n" );
document.write( "supervisor 10 13 29
\n" );
document.write( "clerical 19 80 19
\n" );
document.write( "labor 81 57 22\r
\n" );
document.write( "\n" );
document.write( "If needed I can email this plan if it makes it easier to understand. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #90092 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A sample of employees at a large chemical plant was asked to indicate a preference for one of three pension plans. The results are given in the following table. Does it seem that there is a relationship between the pension plan selected and the job classification of the employees? Use the .01 significance level. \n" ); document.write( "Pension Plan \n" ); document.write( "Job Class Plan A Plan B Plan C \n" ); document.write( "supervisor 10 13 29 \n" ); document.write( "clerical 19 80 19 \n" ); document.write( "labor 81 57 22 \n" ); document.write( "------------------ \n" ); document.write( "Run a ANOVA on the Data: \n" ); document.write( "Ho: rows and columns factors are independent \n" ); document.write( "Ha: there is a dependency relation between row elements and column elements. \n" ); document.write( "I ran a ANOVA on a TI calculator and have p-value of 0.3321 \n" ); document.write( "---------- \n" ); document.write( "Conclusion: Since p-value is greater that alpha = 1% fail to reject Ho. \n" ); document.write( "The row and column factors are independent. \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |