Dear Statalist respected users,
I am trying to run a basic model of 3 variables using SEM.
2 latent variables and one observed variable.
In order to estimate the first latent variable, I am using 25 variables (including only 1 or 2 dummy variables), while I am using 5 variables to estimate the second latent variable.
I contacted Stata technical support and they recommended me to delete some variables and to reduce the # iterations to 80, but the model still fails to converge.
This is the command I am using:
sem (CG -> BrdIn, ) (CG -> NCIn, ) (CG -> EDComp, ) (CG -> NEDCom, ) (CG -> BS, ) (CG -> Qual, ) (CG -> Busy, ) (CG -> FemaleNED, ) (CG -> Foreign, ) ///
(CG -> Overlap, ) (CG -> ACSize, ) (CG -> NCSize, ) (CG -> ExBrdExp, ) (CG -> ExBrdExpYrs, ) (CG -> ExTenure, ) (CG -> CEOTenure, ) (CG -> NEDBrdExp, ) (CG -> NEDBrdExpYrs, ) ///
(CG -> NEDAge, ) (CG -> NED9Yrs, ) (CG -> FemaleED, ) (CG -> NEDTenure, ) (CG -> DualCEO, ) (CG -> AC, ) (CG -> wroa, ) (AC -> ttlassets3, ) ///
(AC -> srleverage, ) (AC -> srfcf, ) (AC -> logbm, ) (AC -> industries, )(AC -> wroa, ), vce(robust) iterate(1000) latent(CG AC ) nocapslatent
Thanks a lot in advance.
I am trying to run a basic model of 3 variables using SEM.
2 latent variables and one observed variable.
In order to estimate the first latent variable, I am using 25 variables (including only 1 or 2 dummy variables), while I am using 5 variables to estimate the second latent variable.
I contacted Stata technical support and they recommended me to delete some variables and to reduce the # iterations to 80, but the model still fails to converge.
This is the command I am using:
sem (CG -> BrdIn, ) (CG -> NCIn, ) (CG -> EDComp, ) (CG -> NEDCom, ) (CG -> BS, ) (CG -> Qual, ) (CG -> Busy, ) (CG -> FemaleNED, ) (CG -> Foreign, ) ///
(CG -> Overlap, ) (CG -> ACSize, ) (CG -> NCSize, ) (CG -> ExBrdExp, ) (CG -> ExBrdExpYrs, ) (CG -> ExTenure, ) (CG -> CEOTenure, ) (CG -> NEDBrdExp, ) (CG -> NEDBrdExpYrs, ) ///
(CG -> NEDAge, ) (CG -> NED9Yrs, ) (CG -> FemaleED, ) (CG -> NEDTenure, ) (CG -> DualCEO, ) (CG -> AC, ) (CG -> wroa, ) (AC -> ttlassets3, ) ///
(AC -> srleverage, ) (AC -> srfcf, ) (AC -> logbm, ) (AC -> industries, )(AC -> wroa, ), vce(robust) iterate(1000) latent(CG AC ) nocapslatent
Thanks a lot in advance.
Comment