Learn R Programming

stremo (version 0.2)

lamb: Effects of plant species richness and evenness on soil microbial community diversity and function.

Description

Covariance matrices and syntax of the path models presented in the paper by Lamb et al. 2010.

Usage

data(lamb) lamb.bacterial.cov lamb.archaeal.cov lamb.bacterial.model lamb.archaeal.model

Arguments

Format

Two covariance matrices and two character vectors with model specifications.

References

Lamb E, Kennedy N, and Siciliano SD. 2010. Effects of plant species richness and evenness on soil microbial community diversity and function. Plant and Soil 338: 483-495.

Examples

Run this code
## Not run: 
# data(lamb)
# cat(lamb.bacterial.model)
# cat(lamb.archaeal.model)
# lamb.bacterial.model.fit <- sem(lamb.bacterial.model, sample.cov =
#                                 lamb.bacterial.cov, sample.nobs = 129)
# lamb.archaeal.model.fit <- sem(lamb.archaeal.model, sample.cov =
#                                lamb.archaeal.cov, sample.nobs = 129)
# summary(lamb.bacterial.model.fit, standardize = TRUE)
# summary(lamb.archaeal.model.fit, standardize = TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab