Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

# 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)
# )

semEff

Automatic Calculation of Effects for Piecewise Structural Equation Models

v0.5.0
GPL-3
Authors
Mark Murphy [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.