document.write( "Question 348285: 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( "
Algebra.Com's Answer #248987 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( "Ho: row and column factors are independent \n" ); document.write( "Ha: they are dependent \n" ); document.write( "----- \n" ); document.write( "I ran a Chi-Sq test on the the data and got: \n" ); document.write( "test statistic : Chi-Sq = 84.04 \n" ); document.write( "p-value = 2.42x10^(-17) \n" ); document.write( "========================= \n" ); document.write( "Conclusion: Since the p-value is less than 1%, reject Ho. \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |