document.write( "Question 394805: Do students at various universities differ in how sociable they are? Twenty-five
\n" );
document.write( "students were randomly selected from each of three universities in a region and
\n" );
document.write( "were asked to report on the amount of time they spent socializing each day with
\n" );
document.write( "other students. The result for University X was a mean of 5 hours and an estimated
\n" );
document.write( "population variance of 2 hours; for University Y,M = 4, S^2 = 1.5 ; and for University Z,M = 6, S^2 = 2.5
\n" );
document.write( " . What should you conclude? Use the .05 level.
\n" );
document.write( "(a) Use the steps of hypothesis testing, (b) figure the effect size for the study;
\n" );
document.write( "and (c) explain your answers to parts (a) and (b) to someone who has never had
\n" );
document.write( "a course in statistics. \n" );
document.write( "
Algebra.Com's Answer #280157 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! Ho: Ux=Uy=Uz \n" ); document.write( "Ha: not all are equal \n" ); document.write( "- \n" ); document.write( "compute the sum squares for between groups x,y,z \n" ); document.write( "SSB=sum(ni*(Xi-Xbar)^2) where ni=sample size for group i, Xi=sample average for group i, and Xbar=overall average. \n" ); document.write( "ni=25 for each group, Xx=5,Xy=4,Xz=6, Xbar=5 \n" ); document.write( "SSB=25*(0^2+(-1)^2+1^2)=50 \n" ); document.write( "degrees of freedom= k-1=3-1=2, k=number of groups \n" ); document.write( "- \n" ); document.write( "Compute the sum squares for the error \n" ); document.write( "SSE=sum((ni-1)*Si^2)=24*(2+1.5+2.5)=144 \n" ); document.write( "degrees of freedom= k(ni-1)=3(25-1)=3*24=72, k=number of groups \n" ); document.write( "-- \n" ); document.write( "Compute Mean sum of squares for between groups and error \n" ); document.write( "MSB=SSB/dof=50/2=25 \n" ); document.write( "MSE=SSE/dof=144/72=2 \n" ); document.write( "-- \n" ); document.write( "compute F statistic= MSB/MSE=25/2=12.5 \n" ); document.write( "-- \n" ); document.write( "determine the critical F value for alpha 0.05, num dof=2, denom dof=72 \n" ); document.write( "Fcritical= 3.12 \n" ); document.write( "-- \n" ); document.write( "Since Fstatistic > Fcritical then reject Ho and conclude \n" ); document.write( "The universities differ in their average time socializing\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |