Multigroup Analysis for Piecewise SEM
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.