I want to run a latent profile model including ordinal variables with 3 levels. I was sure that I had done this before but when I attempt to do this, I get an error message:
Is anyone able to spot my error?
quietly gsem ( beaten hit parviol famment separate no_care <-, logit) ( Pnon Pcont Ppen <-,ologit), lclass(C 3)
option lclass() not allowed;
option lclass() is not allowed with models specified with continuous latent variables
option lclass() not allowed;
option lclass() is not allowed with models specified with continuous latent variables
Comment