Hi all,
I did a probit regression (dependent (binary) variable: withdrawal or not) and now want to get the marginal effects to better interpret the model (I am using Stata 13.1).
I used
. mfx compute
but realized that it is slightly old and instead wanted to use
. margins, dydx(*)
Since I got two different results, I was wondering which command is the correct one.
What I want to get is the change in the withdrawal probability given a change in the independent variable.
I also have dummy variables in my regression and am not sure if I need to consider this when calculating the marginal effects.
Any help on the topic is appreciated!
I did a probit regression (dependent (binary) variable: withdrawal or not) and now want to get the marginal effects to better interpret the model (I am using Stata 13.1).
I used
. mfx compute
but realized that it is slightly old and instead wanted to use
. margins, dydx(*)
Since I got two different results, I was wondering which command is the correct one.
What I want to get is the change in the withdrawal probability given a change in the independent variable.
I also have dummy variables in my regression and am not sure if I need to consider this when calculating the marginal effects.
Any help on the topic is appreciated!
Comment