I have built an SEM that includes two factors with single indicator variables:
FactorA =~ IndicatorA
FactorB =~ IndicatorB
I know I should be able to include IndicatorA and IndicatorB directly in the model, but that was causing problems with the multigroup analysis. I will save that issue for a separate post.
My question is:
Shouldn't the factor loadings (both standardized and unstandardized) be 1 when there is only one indicator?
The output I get for this model includes (this is only the output for these two variables):
Latent Variables:
Estimate Std.Err Z-value P(>|z|) Std.lv Std.all
FactorA =~ IndicatorA 0.535 0.009 58.706 0.000 1.341 1.000
FactorB =~ IndicatorB 0.946 0.009 106.475 0.000 1.070 1.000
Why are the estimates not 1?
Thanks!
RMH