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.
Related Posts with latent class regression - interpreting the coefficients
What does "unrestricted treatment effect heterogeneity" mean?Borusyak, 2021 has a sentence We show that this estimator takes a particularly transparent form…
How to perform CS-ARDL?Hello all, I want to apply CS-ARDL to my model but as I am new to the field and STATA I could not f…
mestreg - Incorporating Variance covariance structureGreetings!! I'm John, currently working on multilevel survival analysis using mestreg command.. I wa…
Why homogeneous treatment assumption leads to "spurious identification of long-run treatment" in staggered DiD?Borusyak, 2021 has a sentence Third, in dynamic specifications, implicit assumptions about trea…
95% confidence intervals around proportions on line graph – usefulness?Hi all, I’m using Stata 15. I’m doing an analysis of applicants for grants. I have a graph showing,…
Subscribe to:
Post Comments (Atom)
0 Response to latent class regression - interpreting the coefficients
Post a Comment