Dear all,
We're trying to run a confirmatory factor analysis on a motivational measure of a total 44 items, that we expect can be reduced to 10 factors. We have 311 observations in the data set.
I run the code below, but the model does not achieve convergence. I tried to let the model iterate to more than 600 iterations, and convergence was still not achieved.
I looked at the assumption of multivariate normal distribution, which is not met, but as far as I understand, the Satorra Bentler estimator should be robust to this violation.
Does anyone have any ideas how to make the model achieve convergence?
I have tried stopping the iteration process at 50 iterations, when the log pseudolikelihood doesn't change anymore and run the stats on this model. Can these stats be interpreted, or are they not valid, when the model is not converging?
All help is appreciated!
Best,
Astrid
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CODE:
sem (ONE -> item1 item11 item20 item29 item38) ///
(TWO -> item2 item12r item21r item30 item39) ///
(THREE -> item3 item13 item22 item31) ///
(FOUR -> item4 item40) ///
(FIVE -> item5 item14 item23 item32) ///
(SIX -> item6 item15 item24 item33 item41) ///
(SEVEN -> item7 item16 item25 item34 item42) ///
(EIGHT -> item8 item17r item26 item35) ///
(NINE -> item9 item18 item27 item36 item43) ///
(TEN -> item10 item19 item28 item37 item44), standardize latent(ONE TWO THREE FOUR FIVE SIX SEVEN EIGHT NINE TEN) vce(sbentler)
estat gof, stats(all)
Related Posts with Why is my CFA-model not converging?
matching one variable with another variable?Dear All, I found this question here (https://bbs.pinggu.org/thread-7419648-1-1.html). The data is …
Latent Class Analysis QuestionHello All, I have a "rookie" LCA in Stata question. I usually do this type of analysis in Mplus. I …
Standard Deviation /Volatility of Sales Growth Dear all I need to take the standard deviation of every realization of annual sales growth over the…
Create factor dummy variables from a long variableHello I have a variable called categories which is weirdly stored in numeric long (it was a string v…
Duration variableGood evening: Below is a sample of data from my data set. The last column, NoBust, is how I want th…
Subscribe to:
Post Comments (Atom)
0 Response to Why is my CFA-model not converging?
Post a Comment