I was wondering how I would go about specifying a latent variable with only two indicators.
Higher.Order <- ' Lower.Order.1=~ Item_1 + Item_2 + Item_3 + Item_4
Lower.Order.2=~ Item_5 + Item_6 + Item_7 + Item_8
Higher.Order =~ V2*Lower.Order.1 + V2*Lower.Order.2
## Constrain Variance
Higher.Order ~~ 1*Higher.Order
'
Cheers,
Conal
I should constrain the loadings to be equal, and then constrain the higher order Latent variance to 1?
The construct is measured at both time points. Do I constrain both indicators to one
and the intercept of both indicators to zero?