Skip to content
Prev 172147 / 398506 Next

Understanding Anova (car) output

Dear Ista,
Zahn
How could Anova() possibly know in m2 that c1 and c2 are marginal to c3 (as
in can tell in m1 that x1 and x2 are marginal to x1:x2)? What you're
getting, therefore, is equivalent to "type-III" tests:
Anova Table (Type II tests)

Response: y
           Sum Sq Df F value Pr(>F)
x1         0.3313  1  0.1599 0.7031
x2         0.6800  1  0.3282 0.5875
x1:x2      0.1160  1  0.0560 0.8209
Residuals 12.4321  6
Anova Table (Type II tests)

Response: y
           Sum Sq Df F value Pr(>F)
c1         0.2715  1  0.1310 0.7298
c2         0.5891  1  0.2843 0.6131
c3         0.1160  1  0.0560 0.8209
Residuals 12.4321  6
Anova Table (Type III tests)

Response: y
             Sum Sq Df F value Pr(>F)
(Intercept)  0.5384  1  0.2598 0.6284
x1           0.2715  1  0.1310 0.7298
x2           0.5891  1  0.2843 0.6131
x1:x2        0.1160  1  0.0560 0.8209
Residuals   12.4321  6
Regards,
 John