I would like to have several gsem models estimated, each with additional control variables. Furthermore, I want to have two classes (a cluster analysis has identified two classes).
Unfortunately, I cannot find a way to keep the classes the same between the models.
Here is my code:
Model 1:
gsem (z_CCS_INFO_PRO <- z_PEB_new), lclass(C 2)
Model 2:
gsem (z_CCS_INFO_PRO <- z_PEB_new CCS_EVALUATION1 CCS_EVALUATION2 CCSK CCK heard), lclass(C 2)
How can I ensure that the same lclass is used in both models?
Additionally, is it possible to use my cluster (variable: clus1) who determine the two classes?
Thanks in Advance
Hanna
Unfortunately, I cannot find a way to keep the classes the same between the models.
Here is my code:
Model 1:
gsem (z_CCS_INFO_PRO <- z_PEB_new), lclass(C 2)
Model 2:
gsem (z_CCS_INFO_PRO <- z_PEB_new CCS_EVALUATION1 CCS_EVALUATION2 CCSK CCK heard), lclass(C 2)
How can I ensure that the same lclass is used in both models?
Additionally, is it possible to use my cluster (variable: clus1) who determine the two classes?
Thanks in Advance
Hanna
Comment