model1 = '
+ # Measurement model + Attitudes =~ AC1 + AC2 + AC3 + AC4 + Job_Sat =~ JS1 + JS2 + JS3 + JS4 + Org_Commit =~ OC1 + OC2 + OC3 + OC4 + Stay_Int =~ SI1+ SI2 + SI3 + SI4 + # Structural model - Hide when doing CFA + Stay_Int ~ Job_Sat + Org_Commit + Job_Sat ~ Attitudes + Org_Commit ~ Attitudes + '
Then I get the output below... all good
Then I want to remove the link J_S and Att, so I modify the code to be:
model1 = '
+ # Measurement model# Plot the path diagram
> semPaths(fit1, whatLabels = "std", edge.label.cex = 0.5, layout = "spring", curvePivot = TRUE)
--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+unsubscribe@googlegroups.com.
To post to this group, send email to lav...@googlegroups.com.
Visit this group at https://groups.google.com/group/lavaan.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+unsubscribe@googlegroups.com.