semEff (version 0.3.0)

Shipley.Growth: Candidate Model Set from Shipley 'Growth' Model

Description

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.

Usage

Shipley.Growth

Arguments

Format

A list of mixed models of class "lmer" and "glmer", fit to the same response variable.

References

Shipley, B. (2009). Confirmatory path analysis in a generalized multilevel context. Ecology, 90(2), 363-368. https://doi.org/bqd43d

Examples

Run this code
# 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 DataCamp Workspace