bifactorIndicesMplus_expl {BifactorIndicesCalculator} | R Documentation |
bifactorIndicesMplus_expl
Description
Computes all available bifactor indices given an Mplus
.out file for a bifactor EFA
Usage
bifactorIndicesMplus_expl(
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 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 of an exploratory bifactor model.
EFA models are not currently (3/3/2020) supported by MplsuAutomation::ReadModels()
,
but they will be in the very near future, at which time this function will be completed.
Value
A list of bifactor indices, including three different ECV indices, Omega, and OmegaH.
See Also
bifactorIndices
,
bifactorIndicesMplus
,
bifactorIndicesMplus_ESEM
,
bifactorIndices_expl