Package ‘MIIVefa’

Lan Luo

library(MIIVefa)
#> This is version 0.1.0 of MIIVefa.
#> MIIVefa is BETA software! Please report any bugs.

The Basics

MIIVefa is data-driven algorithm for Exploratory Factor Analysis (EFA) that uses Model Implied Instrumental Variables (MIIVs). The method starts with a one factor model and arrives at a suggested model with enhanced interpretability that allows cross-loadings and correlated errors.

Running MIIVefa

1, Prepare your data.

2, Installing MIIVefa.

3, Running miivefa.

miivefa(
  data = yourdata,
  sigLevel = 0.05,
  scalingCrit = 'sargan+factorloading_R2',
  correlatedErrors = NULL
)

Output of miivefa.