I have been asked to perform statistical tests about the differences in coefficient estimates across the two groups (men and women). My analysis examines the impact of computerisation on the employment outcomes of men and women. I want to determine whether the coefficients of the computerisation variable for men and women are statistically different. For example, I run the following regressions:
Any ideas?
Code:
ivreg2 d_employment_men (computer_exposure=computer_exposure_iv) ivreg2 d_employment_women (computer_exposure=computer_exposure_iv)
Comment