10/25/2017
Two-way ANOVA (Chpt6, Sec 6.1.PPT, Chpt6, Sec 6.2.PPT, and Chpt6, Sec 6.3.PPT)
- Hypothetical Exeperiment
- Is student performance in the introductory statistics course affected by the teaching method and/or the particular instructor teaching the course?
- Model
- Interaction
- Profile plots (see handout)
- Plot of the cell means against the levels of Factor A and follow (profile) the levels of Factor B
- Plot of the cell means against the levels of Factor B and follow (profile) the levels of Factor A
- Hypotheses
- Sum of Squares Identity
- SSTO = SSA + SSB + SSAB + SSE
- Two-way ANOVA table
Source of Variation |
d.f. |
Sum of Squares |
Mean Square |
F-Statistic |
p-value |
Factor A main effects |
k-1 |
SSA |
MSA |
MSA/MSE |
|
Factor B main effects |
l-1 |
SSB |
MSB |
MSB/MSE |
|
Interaction (A*B) |
(k-1)(l-1) |
SSAB |
MSAB |
MSAB/MSE |
|
Error |
kl(m-1) |
SSE |
MSE |
|
|
Total |
klm-1 |
SSTO |
|
|
|
- F-distributions: percentiles and p-value can be obtained from statistical software
- Assumptions
- Normality
- Independence
- Equal standard deviations
- Residual plots for checking assumptions
- Residual = observation minus estimated mean
- Plot residuals against predicted values (treatment means) and other available variables
- Construct a normal probability plot for the residuals
- Multiple comparisons can be used to identify significant differences in the treatments
Class Exercises for Friday
- Potato Exercises (See TwoWay-Ex.doc and Potato.R), 6.23, and 6.27
Please read sections 6.2, 6.3, and 6.4 for class on Friday.