hello all.
trying to run CFA in lavaan and although i know how to run it in R, still not sure what "modifications" should be made to my model.
i have 20 items on a likert scale (1-5) that should map onto 5 constructs (according to the theory). the basic model syntax should be:
F1 =~ I1+I2+I3+I4
F2 =~ I5 + I6 + I7
etc' etc' .....
my questions are:
1. in this default setting, the correlation between the latent factors is calculated. is that true ? F1 ~ F2 adds the regression but i'm not sure i understand the difference and when should i add this
2. is there a way to plot the CFA to show the results but also include the correlation between the factors? i've looked into semPaths in the semPlot package but i don't understand what is displayed on the arrow connecting the latent factors. i think that it might be the covariance but i'm not sure.
3. lastly, how do i know to modify my model ( adding F1~~F2, fixing parameters, etc')? looking at the website and what people write here shows that you can go a lot deeper into the model then the basic syntax.
if it helps the questions, i can add the CFA results.
thank you all for helping