demo/ex10.02.R

str(ex10.02)

mod1 <- aov(X ~ Tech, data = ex10.02)
summary(mod1)

mod2 <- aov(X ~ 1 + Error(Tech), data = ex10.02)
summary(mod2)

Try the Zar5 package in your browser

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

Zar5 documentation built on May 2, 2019, 5:54 p.m.