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-?
Count frequency of namesDear All, Suppose that I have this dataset, Code: * Example generated by -dataex-. To install: ssc…
Finding the sum of a variable within an ID is not workingHi all, For the following example data set below, I am trying to create a new variable (let's call …
Problem with dummy variable in PMG modelHello, I'm running PMG model with one dummy veritable of (0 or 1) (xtpmg d.y d.x1 d.x2 d.x3 d.x4 DU…
how to graph pie like this?Array As above, how to draw the concentric circles? Code: * Example generated by -dataex-. To ins…
how to get the coefficient of interation term after regression Code: xtset area_id year xtreg y i.dummy##c.GDP income xoijj i,year, fe r After running this r…
Subscribe to:
Post Comments (Atom)
0 Response to Why does Stata show different results when I use -mlogit- versus -logit-?
Post a Comment