I have an outcome variable with three categories, and I noticed that when I run a multinomial logistic regression Stata shows slightly different results than when I run two binary logistic regressions. Specifically, when I compare outcome "1" and outcome "2" to base outcome "0" using mlogit, I get slightly different results than when I compare outcome "1" with outcome "0" and outcome "2" with outcome "0" in two separate binary logistic regression models (using the logit command).
Why is that?
My understanding is that both approaches should get me the same results, since both approaches compare outcomes "1" and "2" to baseline outcome "0".
Related Posts with Why does Stata show different results when I use -mlogit- versus -logit-?
Data transformation after multiple imputationHi Statalist, I am new to the forum and to multiple imputations. I plan to run a cox regression mod…
A few questions about STATA difference in difference using data from multiple time periodsDear all, I want to see the influence of a housing policy on housing prices in two regions, one was…
change label in y-axis/x-axis?Dear All, I have the following code (please ssc install coefplot) and graph: Code: webuse grunfeld,…
Finding values that are two standard deviations above the meanI need to find values of a variable that are two standard devotions above the mean. I want to create…
Regression discontinuity of binary outcomes with rdplot/rdrobust/rdbwselect and/or rd*Hi I’m using Stata/SE 15.1 and am able to run all example do files included in the rdplot/rdrobust/r…
Subscribe to:
Post Comments (Atom)
0 Response to Why does Stata show different results when I use -mlogit- versus -logit-?
Post a Comment