Hi,
I have run an ordered probit model. The dependent variable has 5 categories. I would like to run full marginal effects for all the exlanatory variables. I had successfuly done this using the old mfx command but ran into some problems as the file crashed due to a variable having missing values. I checked and there were no missing values. I then tried to rescale the variable and thata didn't work either. I found out that the mfx command is quite outdated and that I should use margins given that I am working on stata 15. I used the command:
i was met with the error
any idea what I am doing wrong here?
I have run an ordered probit model. The dependent variable has 5 categories. I would like to run full marginal effects for all the exlanatory variables. I had successfuly done this using the old mfx command but ran into some problems as the file crashed due to a variable having missing values. I checked and there were no missing values. I then tried to rescale the variable and thata didn't work either. I found out that the mfx command is quite outdated and that I should use margins given that I am working on stata 15. I used the command:
Code:
margins, dydx(*) predict(outcome(1))
Code:
variable _cut1 not found r(111);
Comment