document.write( "Question 878246: The following data represents the number of units produced by four operators during three different shifts :
\n" );
document.write( "Shifts Operator
\n" );
document.write( " A B C D
\n" );
document.write( "I 10 8 12 13
\n" );
document.write( "II 10 12 14 15
\n" );
document.write( "III 12 10 11 14\r
\n" );
document.write( "\n" );
document.write( " Perform a two-way analysis of variance and interpret the result.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #529803 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! M1 vs M2 nonsignificant \n" ); document.write( "M1 vs M3 nonsignificant \n" ); document.write( "M1 vs M4 nonsignificant \n" ); document.write( "M2 vs M3 nonsignificant \n" ); document.write( "M2 vs M4 P<.05 \n" ); document.write( "M3 vs M4 nonsignificant \n" ); document.write( "M2 vs M4: \n" ); document.write( "p-value = 2*P(t> 4 when df = 4) = 2*tcdf(4,100,4) = 0.02 \n" ); document.write( ".02 < .05 \n" ); document.write( "and for example \n" ); document.write( "M1 vs M2: \n" ); document.write( "p-value = 2*P(t> .65 when df = 4) = 2*tcdf(.65,100,4) = 2*.28 \n" ); document.write( " |