View source: R/helper_test_MGD.R
getParameterNames | R Documentation |
Based on a model in lavaan model syntax, returns the
names of the parameters of the structural
model, the measurement/composite model and the weight relationship. Used
by testMGD()
to extract the names of the parameters to compare across groups
according to the test proposed by \insertCiteChin2010;textualcSEM.
getParameterNames( .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 with elements names_path
, names_loadings
, and names_weights
containing the names of the structural parameters, the loadings,
and the weight to compare across groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.