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?
How can I create a lagged 4 year max variable?The relevant column in my dataset are "gvkey" (a group id), datadate (ex. YYYYMMDD = 20100531), and …
Appropriate Dimension for Clustering of Standard ErrorsHi, I am trying to estimate the impact of directors' remuneration on firm performance. My unbalance…
Fix heteroskedasticity and autocorrelation with RE model in panel dataHello everyone, I am a newbie in using Stata, so hope you guys will explain everything clearly and i…
R-squared change statistics (R-squared delta) after using mi imputeHello! I am using Stata 14.1 on Windows (Citrix, so not sure which version). I am new to stata, but…
Greatest lower bound and other alternatives to Cronbach's alphaHello everyone, What are the stata commands for glb (greatest lower bound) for estimating internal …
Subscribe to:
Post Comments (Atom)
0 Response to Why is my CFA-model not converging?
Post a Comment