R car
car is a package for regression modeling.
Contents
Installation
Install the car package.
install.packages('car')
Usage
The Anova function offers type II and III tests. Compare to the built-in anova function, which only calculates type I tests.
library(car) Anova(mod, type=3)
