multigroup {piecewiseSEM} | R Documentation |
Multigroup Analysis for Piecewise SEM
Description
Multigroup Analysis for Piecewise SEM
Usage
multigroup(
modelList,
group,
standardize = "scale",
standardize.type = "latent.linear",
test.type = "III"
)
Arguments
modelList |
a list of structural equations |
group |
the name of the grouping variable in quotes |
standardize |
The type of standardization: |
standardize.type |
The type of standardized for non-Gaussian responses:
|
test.type |
what kind of ANOVA should be reported. Default is type III |
Author(s)
Jon Lefcheck <lefcheckj@si.edu>
Examples
data(meadows)
jutila <- psem(
lm(rich ~ elev + mass, data = meadows),
lm(mass ~ elev, data = meadows)
)
jutila.multigroup <- multigroup(jutila, group = "grazed")
jutila.multigroup
[Package piecewiseSEM version 2.3.0.1 Index]