Lecture 5

 

Jupyter Notebook

Slides

lymphosyte data


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

Popular posts from this blog

Syllabus

Lecture 3

Lecture 2 + Lab