Hello,
Q: I would like to ask how to resolve the issue of the 'convergence not achieved' error that I got while running the structural equation model (SEM).
Background: I am currently testing the psychometric properties of a newly developed questionnaire with 5 Likert scales. First, I performed the exploratory factor analysis on all scales separately. The PCA suggested 3 factors for one of the scales. I used those three factors to build my SEM for confirmatory factor analysis using maximum likelihood while all other options were kept as default.
The below command is used for the SEM:
sem (Attitude_F1 -> Attitude_5, ) (Attitude_F1 -> Attitude_7, ) (Attitude_F1 -> Attitude_9, ) (Attitude_F1 -> Attitude_10, ) (Attitude_F1 -> Attitude_11, ) (Attitude_F1 -> Attitude_12, ) (Attitude_F2 -> Attitude_1, ) (Attitude_F2 -> Attitude_2, ) (Attitude_F3 -> Attitude_3, ) (Attitude_F3 -> Attitude_4, ) (Attitude_F3 -> Attitude_6, ), covstruct(_lexogenous, diagonal) standardized latent(Attitude_F1 Attitude_F2 Attitude_F3 ) nocapslatent
I got the 'convergence not achieved' error and 'estimation failed' on the SEM builder page.
I appreciate your assistance in resolving this issue.
Thanks
Q: I would like to ask how to resolve the issue of the 'convergence not achieved' error that I got while running the structural equation model (SEM).
Background: I am currently testing the psychometric properties of a newly developed questionnaire with 5 Likert scales. First, I performed the exploratory factor analysis on all scales separately. The PCA suggested 3 factors for one of the scales. I used those three factors to build my SEM for confirmatory factor analysis using maximum likelihood while all other options were kept as default.
The below command is used for the SEM:
sem (Attitude_F1 -> Attitude_5, ) (Attitude_F1 -> Attitude_7, ) (Attitude_F1 -> Attitude_9, ) (Attitude_F1 -> Attitude_10, ) (Attitude_F1 -> Attitude_11, ) (Attitude_F1 -> Attitude_12, ) (Attitude_F2 -> Attitude_1, ) (Attitude_F2 -> Attitude_2, ) (Attitude_F3 -> Attitude_3, ) (Attitude_F3 -> Attitude_4, ) (Attitude_F3 -> Attitude_6, ), covstruct(_lexogenous, diagonal) standardized latent(Attitude_F1 Attitude_F2 Attitude_F3 ) nocapslatent
I got the 'convergence not achieved' error and 'estimation failed' on the SEM builder page.
I appreciate your assistance in resolving this issue.
Thanks
Comment