I was performing latent class analysis using multinomial family. But it produced regression coefficients but I want Relative Risk Ratio (RRR) as I am using multinomial. Please tell me how to produce RRR after performing LCA in STATA.
the syntax I have used is
gsem ( aa bb cc dd ee ff gg hh ii jj kk <- _cons) (A <- i.place_residence i.religion i.age_group i.ageatmarriage ) [iweight = wgt], family(multinomial) link(logit) lclass(A 4)
the syntax I have used is
gsem ( aa bb cc dd ee ff gg hh ii jj kk <- _cons) (A <- i.place_residence i.religion i.age_group i.ageatmarriage ) [iweight = wgt], family(multinomial) link(logit) lclass(A 4)
Comment