Dear Stata users,
I am running latent class analysis with a covariate, to determine whether the covariate is associated with class assignment. I have two questions:

1. Is there a way in Stata 17 to exponentiate the coefficients and the 95%CI?
2. If I only have two classes, is the interpretation of the coefficients just like OR from logistic regression? And if I have three classes, is it the same as interpreting multinomial logistic regression?

Here is an example of the command that I am interested in. (This is for 2 classes). I am interested in interpreting the coefficient for male.

gsem (var1 var2 var3 var4 var5 var6 <- , logit) (C <- male), lclass(C 2)

Thank you for your help.