inst/snippets/Figure8.3.R

Rand.Ants <- do(1000) * anova(lm(Ants ~ shuffle(Filling), data = SandwichAnts))
tally( ~ (F >= 5.63), data = Rand.Ants)
prop( ~ (F >= 5.63), data = Rand.Ants)
dotPlot( ~ F, width = 0.20, groups = (F <=5.63), data = Rand.Ants)

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.