bifactorIndicesMplus_ESEM {BifactorIndicesCalculator} | R Documentation |
bifactorIndicesMplus_ESEM
Description
Computes all available bifactor indices given an Mplus
.out file for a bifactor ESEM
Usage
bifactorIndicesMplus_ESEM(
Lambda = file.choose(),
ItemsBySF = NULL,
LoadMin = 0.2
)
Arguments
Lambda |
is an Mplus .out file. Defaults to an open file dialog box |
ItemsBySF |
is a list, indexed by factor, of vectors of item names belonging to each
factor. You must NOT include the general factor in this list, and the list must have names which
match the factor names in Mplus. Defaults to |
LoadMin |
is the minimum loading size so that an item is considered to "belong" to a factor.
If |
Details
To use this function, simply call it without any arguments and a dialog box will pop up for you to select a .out file for an ESEM model.
Only standardized models are considered for exploratory models. PUC and ARPB are not supported for exploratory models currently, although that may change.
Value
A list of bifactor indices, including three different ECV indices, Omega, and OmegaH.
See Also
bifactorIndices
,
bifactorIndicesMplus
,
bifactorIndicesMplus_expl
,
bifactorIndices_expl