# NOT RUN {
## Specification
# }
# NOT RUN {
Shipley.Growth <- list(
lme4::lmer(Growth ~ Date + (1 | site) + (1 | tree), data = Shipley),
lme4::lmer(Growth ~ Date + DD + (1 | site) + (1 | tree), data = Shipley),
lme4::lmer(Growth ~ Date + DD + lat + (1 | site) + (1 | tree),
data = Shipley)
)
# }
Run the code above in your browser using DataLab