Dear all,
Please consider the following model
oprobit y x1 x2 i.dummy1 i.dummy2 # ordered regression model
To gauge the relative influence of independent variables, I estimate marginal effects using margins
margins, dydx(*) # marginal effects
As far as I understand, running the above code means that we set all variables at their mean, right? Or does it set the indicator/dummy variables at their mode values? If not, how can I do this?
I figure that one way of specifying this, for example, would be the following: margins, dydx(*) at(dummy=1)
Are there any other ways of doing this – I wonder if there are ways of doing this in a more direct way than by specifying it manually. Mean and mode values are common measures, after all.
Best,
Faradj Koliev
Please consider the following model
oprobit y x1 x2 i.dummy1 i.dummy2 # ordered regression model
To gauge the relative influence of independent variables, I estimate marginal effects using margins
margins, dydx(*) # marginal effects
As far as I understand, running the above code means that we set all variables at their mean, right? Or does it set the indicator/dummy variables at their mode values? If not, how can I do this?
I figure that one way of specifying this, for example, would be the following: margins, dydx(*) at(dummy=1)
Are there any other ways of doing this – I wonder if there are ways of doing this in a more direct way than by specifying it manually. Mean and mode values are common measures, after all.
Best,
Faradj Koliev