problem-11.18

problem-11.18  The following commands will show that B and F are:
> plot(count ~ spray, InsectSprays)
> res.aov = aov(count ~ spray, InsectSprays)
> summary(res.aov)
> plot(TukeyHSD(res.aov))