inst/snippets/Example8.7.R

anova(Ants.Model)
MSE<- 138.7
mean(Ants ~ Filling, data = SandwichAnts)
mean <- 34.0
t.star <- qt(.975, df = 21); t.star
mean - t.star * (sqrt(MSE) / sqrt(8))
mean + t.star * (sqrt(MSE) / sqrt(8))

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.