multigroup | R Documentation |
Multigroup Analysis for Piecewise SEM
multigroup(
modelList,
group,
standardize = "scale",
standardize.type = "latent.linear",
test.type = "III"
)
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 |
Jon Lefcheck <lefcheckj@si.edu>
data(meadows)
jutila <- psem(
lm(rich ~ elev + mass, data = meadows),
lm(mass ~ elev, data = meadows)
)
jutila.multigroup <- multigroup(jutila, group = "grazed")
jutila.multigroup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.