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

Shipley.SEM

Hypothesised SEM from Shipley (2009)


Description

Hypothesised SEM from Shipley (2009)

Usage

Shipley.SEM

Format

A list of fitted mixed models of class "lmer" and "glmer", representing structured equations.

References

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

Examples

# Specification
# Shipley.SEM <- list(
#   DD = lme4::lmer(DD ~ lat + (1 | site) + (1 | tree), data = Shipley),
#   Date = lme4::lmer(Date ~ DD + (1 | site) + (1 | tree), data = Shipley),
#   Growth = lme4::lmer(Growth ~ Date + (1 | site) + (1 | tree),
#                       data = Shipley),
#   Live = lme4::glmer(Live ~ Growth + (1 | site) + (1 | tree), binomial,
#                      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.