document.write( "Question 134272: Below are 3 groupings of data. Run an Analysis of Variance on these, and conclude if there is a statistical difference between the 3 groups.\r
\n" );
document.write( "\n" );
document.write( "A B C
\n" );
document.write( "13 10 14
\n" );
document.write( "16 12 14
\n" );
document.write( "14 11 15
\n" );
document.write( "16 12 14\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #98205 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ho: the means are the same \n" ); document.write( "Ha: at least one of the means is different \n" ); document.write( "-------------- \n" ); document.write( "Ran ANOVA on L1,L2,L3 \n" ); document.write( "Test statistic: F = 12.5854 \n" ); document.write( "p-value: 0.00247 \n" ); document.write( "------------------- \n" ); document.write( "Conclusion: Is p-value is less than alpha = 1%, reject Ho. \n" ); document.write( "The means are not all statistically the same. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |