I am trying to fit a Latent Profile Model using new LCA in Stata 15. There are multiple measurements for a 2 class model. The error is "coding operators not allowed" and I exhausted all manuals and online resources but still can't get any clue. Any pointer will be greatly appreciated.
gsem (X1 X2 X3 <-_cons, family(gaussian) link(identity)) (X4 X5 <-, ologit) (X6 X7 <- _cons, family(multinomial) link(logit)) (X8 <-_cons, family(bernoulli) link(logit)) lclass(dem 2)
Karl
gsem (X1 X2 X3 <-_cons, family(gaussian) link(identity)) (X4 X5 <-, ologit) (X6 X7 <- _cons, family(multinomial) link(logit)) (X8 <-_cons, family(bernoulli) link(logit)) lclass(dem 2)
Karl
Comment