Dear all, I have an issue about which command test I may use when testing the difference between (Gender) Male and Female and another categorical variable(with 5 categories)
-
Login or Register
- Log in with
mlogit <depvar> i.gender
ologit <depvar> i.gender
Comment