Hello, I have run a binary ordinal logistic reg where my outcome variable is contributed50ormore (0 = contributed < 50, 1 = contributed 50+).
The code:
My question is, why/how am I getting the same exact number for contributed < 50 (1) and contributed 50+ (2) but simply with a different sign? Also attached is the mtable output.
I'd appreciate any help/insights! Thanks

The code:
ologit contributed50ormore i.treatment i.gender i.gov i.nationality i.school i.av_h_income i.child i.level i.student_level i.married i.orderHowever, after running the regression then running margins, dydx(i.treatment), I got the table below.
My question is, why/how am I getting the same exact number for contributed < 50 (1) and contributed 50+ (2) but simply with a different sign? Also attached is the mtable output.
I'd appreciate any help/insights! Thanks

Comment