Learn R Programming

stremo (version 0.2)

laughlin: Determinants of nitrification potential in a pine forest ecosystem.

Description

Raw data and model syntaxes for the paper by Laughlin (2011) determinants of nitrification potential in a pine forest.

Usage

data(laughlin) laughlin laughlin.model

Arguments

Format

A data frame with 82 observations on 11 variables and one character vector with the syntax for the final model.

References

Laughlin, D. C. 2011. Nitrification is linked to dominant leaf traits rather than functional diversity. Journal of Ecology 99: 1091-1099.

Examples

Run this code
data(laughlin)
fit <- sem(laughlin.model, data = laughlin, estimator="MLM")
summary(fit, standardized = TRUE)

Run the code above in your browser using DataLab