Analysis of variance

We will use following datasets for this exercise:

load("_data/city.rdata")
load("_data/nsr.rdata")
load("_data/barley.rdata")

R-package we will use in this exercises

# load the library
library(mixlm)
library(effects)