I'm working with EFA, CFA and SEM with a dataset about public transportation satisfaction. I have 3 latent variables that linked create another one called Quality. After I did the sem:
I would like to know: what do factor scores mean after SEM? I know it's the latent variable impact on each subject, but i dont get the scale even if it's standardized neither the meaning clearly.
Could I run a regression with the factor scores of each latent variable?
Any help, welcome.
Code:
sem (Access -> p4 p5 p61 p62) /// (Card -> p63 p64) /// (Conf -> p71 p73 p74 p75) /// (Quality -> Access Card Conf), /// method(mlmv) vce(robust) latent(Access Card Conf Quality) /// cov(Card*Conf Access*Card Access*Conf) /// standardized estat gof, stats(all) predict fs_Access fs_Card fs_Conf fs_Quality, latent(Access Card Conf Quality) summ fs_Access fs_Card fs_Conf
Could I run a regression with the factor scores of each latent variable?
Any help, welcome.
Comment