Researchers tested two different herbicides, group A and B, and their effects on crop yields along with control group C. At the end of growing season, the yields (in bushels per acre) were obtained as follows:
x = c(65,60,63,57,61,62,60,62,58,60,59,59,58,57,62,62,56,56,58,56,57,54,56,56,54,57,61,57,54,53,53,54,55,55,53,59)
grp = c('A','A','A','A','A','A','A','A','A','A','A','A','A','A','A','A','B','B','B','B','B','B','B','B','B','B','B','B','C','C','C','C','C','C','C','C')
Data set, yield.csv, can be downloaded.
Find the within-group variation.
4.316 208.312 104.156 142.438 350.75
Find the critical value for hypothesis test with significance level 0.05
24.131 2.471 3.285 5.312
Do you reject the null hypothesis or not? Complete the hypothesis test with significance level 0.05
The null hypothesis can be rejected. The null hypothesis cannot be rejected.
Do group A and B yield differently?
Group A has higher yields than Group B Group A has lower yields than Group B Group A has no different yields than Group B
Choose a concluding sentence of the study from the following:
(i) The result does not show the effect of herbicides on crop yields.
(ii) The result shows the effect of herbicides on crop yields.
(iii) The result shows the effect of herbicides on crop yields,
and Group A has a higher yields.
(iv) The result shows the effect of herbicides on crop yields,
and Group B has a higher yields.
(iv) (ii) (iii) (i)