My dependent variable has four categories, including 1) working & studying; 2) working but not studying; 3) studying but not working; 4) not working and not studying. I use the command "mprobit" to run multinomial probit regression as follows:
mprobit Work_studycross ib1.SEX ib1.Sex_HeadHH ib1.RE_SEC_head_nomissing ib1.Occu_headrecode ib1.Occuhighestnonheadrecodenochi ib3.Edu_head4groupsfinal ib4.EduhigestnonheadnochildeduFIN ib2.AREA ib0.Have_child0to14years ib1.Have_adult ib2.Family_disrupt ib2.TypeHH_relationtohead , baseoutcome (4)
Then, I managed to obtain the table that has four sections which the first section is for Outcome 1 while the last section is for Outcome 4. This table has coefficient and standard error. So I try to use the command "mfx, predict(pr outcome(1))" as I want to obtain the table with marginal effect. However, the result is that there is no independent variables (as shown in the bold texts below). What does this mean? And what should I do to obtain mariginal effect for multinomial probit?
. mfx, predict(pr outcome(1))
no independent variables
r(102);
(Note: I use the command "tab" to check the number of observations in the independent variable, and I found that there are observations for all four categories of the independent variables, such as category 1 = 374 observations, category 2 = 552 observations, category 3 = 6,666, and category 4 = 510 observations which cateogry no.4 is my baseoutcome (reference group)
Many thanks in advance for your advice
Kanoknit
Related Posts with How to run marginal effect for multinomial probit in STATA
Code on Idiosyncratic SkewnessDear STATA Fraternity I am not good in writing codes. Somehow i tried to write a code for calculati…
Interpreting pvarsoc command (optimal lag)I want to use a dynamic panel data model and I am trying to figure out what will be the optimal lag …
IVtobit marginal effectsDear Listers, I am trying to estimate the marginal effects after running ivtobit. The following cod…
Test the effect that the combined level of education in couples has on financesHi Statalist. I would like to test the effect of the combined level of education of each partner in…
Hausman Test issue: difference = 0 for every regressorI am dealing with panel data on 19 UK industries from 1997 to 2018. To test which estimator is most …
Subscribe to:
Post Comments (Atom)
0 Response to How to run marginal effect for multinomial probit in STATA
Post a Comment