R car

car is a package for regression modeling.


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)


CategoryRicottone

R/Car (last edited 2026-09-03 20:15:18 by DominicRicottone)