Skip to content
Prev 201627 / 398506 Next

Structural Equation Models(SEM)

The model you have specified there is not an ordinary factor analysis model. 

This may be closer to what you are thinking of:

model.RLIM <- specify.model()
   f1  ->  R,  laddR,  NA
   f1  ->  L,  laddL,  NA
   f1  ->  I,  laddI,  NA
   f1  ->  M,  laddM,  NA
   R  <->  R,  dR, NA
   L  <->  L,  dL, NA
   I  <->  I,  dI, NA
   M  <->  M,  dM, NA
   f1 <->  f1, NA, 1

sem.RLIM=sem(model.RLIM,tcv,101)

summary(sem.RLIM)

Note that the paths go from the latent factor to the manifest variables, not vice-versa.

Best,

--
Wolfgang Viechtbauer                        http://www.wvbauer.com/
Department of Methodology and Statistics    Tel: +31 (0)43 388-2277
School for Public Health and Primary Care   Office Location:
Maastricht University, P.O. Box 616         Room B2.01 (second floor)
6200 MD Maastricht, The Netherlands         Debyeplein 1 (Randwyck)