I am new to structural equation modeling.
I am wondering whether the decision to include a variable as a latent or observed variable is solely theoretical.
For example, I have experimental data and want to test whether the effect of the treatment (T) on the outcome (O) is mediated by another variable (M).
M is a variable constructed from adding 4 Likert type questions.
I am wondering what the implications are of including M as a latent (Ml) or observed (Mo) variable in a SEM. Of course the four question measure a latent construct, as do all questions. Is it, therefore, wrong to include it as an observed variable?
For those of you using Stata:
(a) sem (T -> O) (T-> Ml, ) (Ml-> O, ) (Ml-> Mo, ), latent(Ml) nocapslatent
(b) sem (T-> O, ) (T-> Mo, ) (Mo-> O, ), nocapslatent
I would also be interested in the statistical/technical differences between these alternatives.
Thanks in advance