demo/cs30.r

data (oysters.df)
boxplot(Oysters~Site,ylab="Number of Oysters",main="Boxplot of Oysters by Site",data=oysters.df)
oyster.fit<-lm(Oysters~Site,data=oysters.df)
eovcheck(oyster.fit)
oyster.fit<-lm(log(Oysters)~Site,data=oysters.df)
eovcheck(oyster.fit)
normcheck(oyster.fit)
summary1way(oyster.fit)
multipleComp(oyster.fit)

Try the s20x package in your browser

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

s20x documentation built on Aug. 21, 2023, 5:07 p.m.