Candidate Model Set from Shipley 'Growth' Model
A set of hypothetical competing models fit to the same response variable ('Growth') using the simulated data in Shipley (2009), for which model estimates can be compared and/or averaged.
Shipley.Growth
A list of mixed models of class "lmer"
and "glmer"
, fit
to the same response variable.
Shipley, B. (2009). Confirmatory path analysis in a generalized multilevel context. Ecology, 90(2), 363-368. https://doi.org/bqd43d
# Specification # 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) # )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.