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
Fixed effects regression drops a variable of interestRight now I have a standard OLS model with one year of data, and I'm interested in the coefficient f…
Calculating the lengthDear All, I was asked this question. First, the data is Code: * Example generated by -dataex-. To …
Coefplot - option rename()Dear statalist members, in fact, I have got three questions concerning coefplot (Ben Jann, 2014) bu…
mi estimate not using all observationsHi all, I am trying out multiple imputation in STATA and I noticed something wondering if people can…
Lasso for binary outcomeI am using lassopack, do I need to specify anything if my outcome is binary? Thanks! …
Subscribe to:
Post Comments (Atom)
0 Response to How to run marginal effect for multinomial probit in STATA
Post a Comment