I would like to run a SEM in lavaan
with two multiple indicator variables and one single indicator variable. The single indicator is a person ability parameter from an IRT model.
My model looks somewhat like this:
model1 <- '
Factor.A =~ a1 + a2 + a3 + a4
Factor.B =~ b1 + b2 + b3 + b4
Factor.C =~ c1
c1~~c1(1-0.89)*c1
C1 is the single indicator. The reliability of the availity parameter is 0.89.
Question 1: Is the specification of the single indicator latent variable (Factor.C) correct? And Question 2: How would one interprete the factor loading of the single indicator? In my model, I get 0.93 as the factor loading. Is it problematic that it is so high?
I looked in different forums, papers and other R support instruments but I couldnt find a satisfying answer to this issue. I wuould be very grateful if someone knows and likes to share how to deal with this issue.