risk ~~ 1*risk
'Hi,
I have a couple of questions regarding creating a composite factor using a formative approach in lavaan.
1. Is there a confirmatory factor analysis (CFA) for a composite approach using a formative approach, similar to a reflective approach?
2. Is the following CFA model with binary indicators using a formative approach correctly specified?
Model <- '
risk <~ x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8risk ~~ 1*risk
'
cfa(Model, data, ordered = TRUE)
3. Can I use this model as is in a structural model as a mediator when I have latent independent variables (IVs) and dependent variables (DVs)?
Best wishes,
