####=========================================####
#### Example population
####=========================================####
data(DT_example)
DT <- DT_example
head(DT)
ans1 <- mmec(Yield~Env,
random= ~ Name + Env:Name,
rcov= ~ units,
data=DT)
rel=r2(ans1)
Run the code above in your browser using DataLab