semEff (version 0.6.1)

shipley.sem: Hypothesised SEM from Shipley (2009)

Description

Hypothesised SEM from Shipley (2009)

Usage

shipley.sem

Arguments

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. tools:::Rd_expr_doi("10/bqd43d")

Examples

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

Run the code above in your browser using DataLab