# NOT RUN {
####=========================================####
#### For CRAN time limitations most lines in the
#### examples are silenced with one '#' mark,
#### remove them and run the examples
####=========================================####
data(DT_h2)
DT <- DT_h2
head(DT)
# ####=========================================####
# #### fit the mixed model (very heavy model)
# ####=========================================####
# ans1 <- mmer(y~Env,
# random=~vs(ds(Env),Name) + vs(ds(Env),Block),
# rcov=~vs(ds(Env),units),
# data=DT)
# summary(ans1)
# }
Run the code above in your browser using DataLab