Hi!
It's my first post here, hope I'm not asking something obvious. Reading the lavaan documentation, I realized that the ordered argument in the cfa() function is related only to endogenous variables, right?
sdq_model_sr <- '
Social =~ sdq6_sr + sdq11_sr + sdq14_sr + sdq19_sr + sdq23_sr
Internalizing =~ sdq3_sr + sdq8_sr + sdq13_sr + sdq16_sr + sdq24_sr
Externalizing =~ sdq5_sr + sdq7_sr + sdq12_sr + sdq18_sr + sdq22_sr
Hyperactive =~ sdq2_sr + sdq10_sr + sdq15_sr + sdq21_sr + sdq25_sr
'
Considering the model above, where all variables are likert-type items from the Strengths and Difficulties Questionnaire (SDQ), are those variables considered endogenous? Should I worry about exogenous variables only when doing a more complex SEM model with regressions involved?
Best regards,
João