demo/ex15.01.R

str(ex15.01)

aovfit1 <- aov(Chol ~ Drug + Drug/Source, data = ex15.01)
summary(aovfit1)

aovfit2 <- aov(Chol ~ Drug + Source %in% Drug, data = ex15.01)
summary(aovfit2)

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.