I am still a beginner in SEM though I know how to write the basic script for SEM in Lavaan R. Background on the data: It's a survey with 308 observations, 2 variables with a scale from 1 to 10, and 10 more with a scale from 1 to 5. I defined my model, then ran the cfa function, and then the summary function. I identified standardized factor loadings, but I don't know what to do next? From the research papers I've read, I realized I need to calculate t-values and find a "critical t-value". However, I don't know how to do that and in the summary table I only have z-values (my question might be stupid but I don't have a background in statistics) Second, dos a latent variable have an rsqaure? I ran the summary(model1.fit, rsqaure=TRUE) for the model but didn't get an R-square for only one of the 2 latent variables I have.
Thank you for your help!