bifactorIndicesMplus_ESEM: bifactorIndicesMplus_ESEM

Description Usage Arguments Details Value See Also

View source: R/Exploratory_BifactorIndices.R

Description

Computes all available bifactor indices given an Mplus .out file for a bifactor ESEM

Usage

1
2
3
4
5
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 NULL, in which case composition of specific factors is automated by comparing loadings to LoadMin

LoadMin

is the minimum loading size so that an item is considered to "belong" to a factor. If ItemsBySF is not provided, then items are assigned to factors based on whether their loading on that factor is greater than LoadMin. If ItemsBySF is provided, then warnings are issued whenever items load above LoadMin on factors to which they do not belong, or do not load above LoadMin on factors to which they do belong,

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


BifactorIndicesCalculator documentation built on May 13, 2021, 1:08 a.m.