powered by
Multigroup Analysis for Piecewise SEM
multigroup( modelList, group, standardize = "scale", standardize.type = "latent.linear", test.type = "III" )
a list of structural equations
the name of the grouping variable in quotes
The type of standardization: none, scale, range. Default is scale.
none
scale
range
The type of standardized for non-Gaussian responses: latent.linear, Menard.OE. Default is latent.linear.
latent.linear
Menard.OE
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
Run the code above in your browser using DataLab