Hi all,

I am still quite new to this so maybe it is just a simple problem. I am using Stata 16 at a mac.

I have done a LCA with 6 variables and 3 classes.
Code:
 gsem (ancestry culture lang  jobs pride civic  <-), logit lclass(C 3),
I now try to do the same thing but testing the results over different regions. I keep receiving the error message
Code:
quietly gsem (ancestry culture lang  jobs pride civic  <-), over(land) logit lclass(C > 3)
option over() not allowed
r(198);
Where am I supposed to ad the categorical variable here? What am I doing wrong here?

All help is very appreciated!