I’m working on a project where I need to compare factor models from pre and post-term surveys using longitudinal CFA. My dataset includes 12 questions grouped into 3 latent variables:
Motivation: Q1, Q2, Q3, Q4
Confidence: Q5, Q6, Q7, Q8
Performance: Q9, Q10, Q11, Q12
I’m not sure how to set up the configural model. Should I:
Model each factor separately for pre and post-term?
Great question! For your longitudinal CFA model, I’d recommend combining all factors in one model. This approach allows you to examine the relationships between factors over time and provides a more comprehensive view of your data structure.
This model allows for factor correlations across time points, which is crucial for longitudinal analysis. Regarding equaltestMI, it’s primarily designed for multi-group CFA, but you can use lavaan for your longitudinal CFA. Consider using measurement invariance tests to ensure your factors are comparable across time points.
Hey there! I’m really intrigued by your longitudinal CFA project. It sounds like you’re diving deep into some fascinating pre/post-term survey analysis!
Have you considered adding autoregressive paths to your model? Something like this could be super interesting:
This way, you could see how each factor at pre-term predicts itself at post-term. Pretty cool, right?
Oh, and have you thought about cross-lagged effects? Like, does pre-term motivation predict post-term performance? That could lead to some really juicy insights!
What software are you using for this, by the way? Lavaan? Mplus? I’m always curious about different tools for these kinds of analyses.