LoslegenKostenlos starten

Examine Modification Indices

The fit indices for our epi.model are low (in the .70s) for CFI and TLI. You can use modification indices to find potential parameters (paths) to add to the model specification to improve model fit.

Examine the modification indices for the epi.model and add the path with the largest mi to your model. The libraries and model have been loaded for you. After you edit your model, rerun the model summary to examine the change in fit indices.

Diese Übung ist Teil des Kurses

<Kurs>Structural Equation Modeling with lavaan in R</Kurs>
Kurs ansehen

Interaktive praktische Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Original model summary
summary(epi.fit, standardized = TRUE, fit.measures = TRUE)

# Examine the modification indices
Code bearbeiten und ausführen