document.write( "Question 137281This question is from textbook
\n" );
document.write( ": There are four auto body shops in a community and all claim to promptly serve customers. To check if there is any difference in service, customers are randomly selected from each repair shop and their waiting times in days are recorded. The output from a statistical software package is:
\n" );
document.write( "Summary
\n" );
document.write( "Groups Count Sum Average Variance
\n" );
document.write( "Body Shop A 3 15.4 5.133333 0.323333
\n" );
document.write( "Body Shop B 4 32 8 1.433333
\n" );
document.write( "Body Shop C 5 25.2 5.04 0.748
\n" );
document.write( "Body Shop D 4 25.9 6.475 0.595833
\n" );
document.write( "ANOVA
\n" );
document.write( "Source of Variation SS df M F p-value
\n" );
document.write( "Between Groups 23.37321 3 7.791069 9.612506 0.001632
\n" );
document.write( "Within Groups 9.726167 12 0.810514
\n" );
document.write( "Total 33.09938 15
\n" );
document.write( "Is there evidence to suggest a difference in the mean waiting times at the four body shops?
\n" );
document.write( "Use the .05 significance level.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #100433 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are four auto body shops in a community and all claim to promptly serve customers. To check if there is any difference in service, customers are randomly selected from each repair shop and their waiting times in days are recorded. The output from a statistical software package is: \n" ); document.write( "Summary \n" ); document.write( "Groups Count Sum Average Variance \n" ); document.write( "Body Shop A 3 15.4 5.133333 0.323333 \n" ); document.write( "Body Shop B 4 32 8 1.433333 \n" ); document.write( "Body Shop C 5 25.2 5.04 0.748 \n" ); document.write( "Body Shop D 4 25.9 6.475 0.595833 \n" ); document.write( "ANOVA \n" ); document.write( "Source of Variation SS df M F p-value \n" ); document.write( "Between Groups 23.37321 3 7.791069 9.612506 0.001632 \n" ); document.write( "Within Groups 9.726167 12 0.810514 \n" ); document.write( "Total 33.09938 15 \n" ); document.write( "Is there evidence to suggest a difference in the mean waiting times at the four body shops? \n" ); document.write( "Use the .05 significance level. \n" ); document.write( "---------------- \n" ); document.write( "Ho: The mean waiting times are all equal \n" ); document.write( "Ha: At least one of the mean waiting times is not equal \n" ); document.write( "ANOVA software was run on the data. \n" ); document.write( "The p-value is 0.001632 which is less than 5% \n" ); document.write( "--------- \n" ); document.write( "Conclusion: Reject Ho \n" ); document.write( "Not all the waiting times are equal \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |