View source: R/helper_test_MGD.R
calculateParameterDifference | R Documentation |
Calculate the difference between one or more parameter estimates across
all possible pairs of groups (data sets) in .object
.
calculateParameterDifference( .object = args_default()$.object, .model = args_default()$.model )
.object |
An R object of class cSEMResults resulting from a call to |
.model |
A model in lavaan model syntax indicating which
parameters (i.e., path ( |
A list of length equal to the number of possible pairs of
groups in .object
(mathematically, this is n choose 2, i.e., 3 if there are three
groups and 6 if there are 4 groups). Each list elements is itself a list of
three. The first list element contains
the difference between parameter estimates of the structural model, the second
list element the difference between estimated loadings, and the third
the difference between estimated weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.