Lecture 5
HW5
For the example given in the lecture, with the same data, use R function lm to fit one-way ANOVA,
aov.fit <- lm(count ~ drug,data=lympho)
Then use the function anova to get the same ANOVA table as shown in the class.
anova(aov.fit)
You are not required to submit this homework assignment!
Comments
Post a Comment