I am running a probit regression with an interaction term containing a continuous variable. I have standardized this variable in such a way that the unit is the standard deviation increase.
Say y is my standardized continuous variable, then when calculating the marginal effects, I am using code of the form:
Code:
margins, dydx(x) at(y =(-1 0 1))
To my knowledge, articles often report a single value for 'a standard deviation change' when this could mean many things.
Hopefully my question makes sense. Thanks!
0 Response to Marginal effects for standardized continuous variable in probit interaction
Post a Comment