Random Effect Model

For this exercise, we are using lme4 and car packages and litter data.

library(lme4)
library(car)
load("_data/litter.rdata")