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
How to find observations who meet two criteriea?Hi I want to browse or tabulate those patients who fullfill two criteriea from an variable in my da…
Multinomial Probit model with continuous endogenous regressorsHi there May I ask if there are stata commands for running multinomial probit model with continuous…
How to overcome the maximum (300) limits of estimation results in storageI have a dataset of nearly 1000 individuals, each individuals have 1200-1300 obs. The task is run re…
Categorizing a date variableHi, I have a date variable dov (date of visit) in float %td format. The time period ranges from 201…
Store Regression Coefficients after LoopDear all, I have the following data format where type is the type of the car (categorical). At each…
Subscribe to:
Post Comments (Atom)
0 Response to How to run marginal effect for multinomial probit in STATA
Post a Comment