My model is an ordered probit regression with an endogenous covariate. The dependent variable represents the adoption group based on the number of technologies the respondent adopted, and is either "Non-adopter", "Simple", or "Complex". The endogenous variable, train, is binary.
The model includes a gender by training interaction (female##train). Where male is indicated by female = 0 and female is female = 1.
Code:
eoprobit ordinal age labor i.migrant dvet dexten exp land i.memb i.school i.cbf i.input i.female i.district i.caste i.female##i.train, endogenous(train = villtrain age labor i.migrant dvet dexten exp land i.memb i.school i.cbf i.input i.female i.district i.caste,probit) vce(robust)
Code:
margins female#train, post
Array
Lastly, I used the same method found in Stata tip 134: Multiplicative and marginal interactive effects in nonlinear models by Dow, Norton, and Donahoe (2019) to obtain the marginal interaction effect which is the difference in differences of changes in female and train on the probability scale.
My interpretation of this is that as female changes from male (female = 0) to female (female = 1), the effect of training (0 1) —
- for Non-adopters increases (because of marginal interaction effect on probability scale)
- for Simple adopters increases
- for Complex adopters decreases
My questions:
1) Is this a correct interpretation?Hopefully I have posted this question correctly since I am new to Stata and Statalist. Any and all help is much appreciated
2) Does this mean that compared to when males who are trained, females who have training have an increased probability to be non-adopters and simple adopters and have an decreased probability of being complex adopter?

Thank you all!
Amanda
0 Response to Interpreting interaction in probit with endogenous covariate
Post a Comment