Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
data(DT_yatesoats)
DT <- DT_yatesoats
head(DT)
m3 <- mmer(fixed=Y ~ V + N + V:N,
random = ~ B + B:MP,
rcov=~units,
data = DT)
plot(m3)
# }
Run the code above in your browser using DataLab