Get startedGet started for free

Compare original model to model with added loadings

Once you have a revised version of the theory-based model with added loadings, it's time to compare it to the original theory-based model. By adding loadings, you are actually saying that those items measure more than one construct, so you would want to carefully evaluate the additions' impacts on your theory. For this exercise, we'll conduct a likelihood ratio test, then compare the CFIs and RMSEAs.

This exercise is part of the course

Factor Analysis in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Conduct a likelihood ratio test
___(theory_CFA, theory_CFA_add)
Edit and Run Code