mod <-
'f1 =~ x01 + x02 + x03 + x06
f4 =~ x11 + x12 + x13 + x14
f2 =~ x04 + x05 + x06 + x07
f3 =~ x08 + x09 + x10 + x03
'
lavaan_indicator_order(mod)
mod <-
'f1 =~ x01 + x02 + x03 + x06
f3 =~ x08 + x09 + x10 + x03
f2 =~ x04 + x05 + x06 + x07
f4 =~ x11 + x12 + x13 + x14
f3 ~ f1 + f2
f4 ~ f3
'
lavaan_indicator_order(mod)
Run the code above in your browser using DataLab