I'm trying to estimate an SEM model (first time in my life)
I used 5-point Likert Scale questions as indicator for latent valiables Socialization, Externalization, Combination, and Internalization (SECI)
These SECI latent variable are then used as indicator for another latent variable Ability
I've trying to estiimate this seemingly simple model to no success....It seems I have an identification problem but my manifest variables are quite large relative to the free parameters.
The final message is
Any help is greatly appreciated.
I used 5-point Likert Scale questions as indicator for latent valiables Socialization, Externalization, Combination, and Internalization (SECI)
These SECI latent variable are then used as indicator for another latent variable Ability
I've trying to estiimate this seemingly simple model to no success....It seems I have an identification problem but my manifest variables are quite large relative to the free parameters.
Code:
sem (Socialization -> Social_3, ) (Socialization -> Social_4, ) (Socialization -> Social_6, ) (Extnalization -> External_1, ) (Extnalization -> External_2, ) (Extnalization -> External_3, ) (Combination -> Combination_1, ) (Combination -> Combination_2, ) (Combination -> Combination_3, ) (Combination -> Combination_6, ) (Internalization -> Internal_1, ) (Internalization -> Internal_2, ) (Internalization -> Internal_4, ) (Internalization -> Internal_6, ) (Ability -> Socialization, ) (Ability -> Extnalization, ) (Ability -> Combination, ) (Ability -> Internalization, ), latent(Socialization Extnalization Combination Internalization Ability ) nocapslatent
Warning: The LR test of model vs. saturated is not reported because the
fitted model is not full rank. There appears to be 7 more fitted
parameters than the data can support.
convergence not achieved
fitted model is not full rank. There appears to be 7 more fitted
parameters than the data can support.
convergence not achieved
Comment