Hello everybody,
I am currently trying to fit a measurement model in which my latent variable is not reflective but formative.
The latent variable ("Zusarb") represents the degree to which collaboration with one's colleagues takes place.
The four indicators ("ed1010a", "ed1010b, "ed1010c, "ed1010d") tell us how often certain forms of collaboration take place (never-several times a week on a six-point-scale).
According to Acock(2013) I fixed the error variance for Zusarb to be 0, and fixed one of the indicators to have a loading of 1.
However, when running the syntax, following error message occurs:
. sem (Zusarb <- ed1010b@1 ed1010a ed1010c ed1010d), var(e.Zusarb@0)latent(Zusarb)
model not identified;
no paths from latent variable Zusarb to observed variables
r(503);
I have done research for hours now - also in this forum - but could not find an answer to this problem.
Does anybody have an idea for a solution?
Best regards
Bradley Richfield
I am currently trying to fit a measurement model in which my latent variable is not reflective but formative.
The latent variable ("Zusarb") represents the degree to which collaboration with one's colleagues takes place.
The four indicators ("ed1010a", "ed1010b, "ed1010c, "ed1010d") tell us how often certain forms of collaboration take place (never-several times a week on a six-point-scale).
According to Acock(2013) I fixed the error variance for Zusarb to be 0, and fixed one of the indicators to have a loading of 1.
However, when running the syntax, following error message occurs:
. sem (Zusarb <- ed1010b@1 ed1010a ed1010c ed1010d), var(e.Zusarb@0)latent(Zusarb)
model not identified;
no paths from latent variable Zusarb to observed variables
r(503);
I have done research for hours now - also in this forum - but could not find an answer to this problem.
Does anybody have an idea for a solution?
Best regards
Bradley Richfield
Comment