Hi all,
I'm interested in testing whether there are statistically significant differences in reactions to unemployment rate changes (in terms of perceived job security) by mental health status. I estimated the regression below and then used 'lincom' to test for significant differences in coefficient magnitudes, where mh8_qn1=1 for those in poor mental health.
I now want to perform a one-tailed test, to specifically test whether the negative effect of unemployment on job security is larger for those in better mental health (mh8_qn1=0). How would I test this?
Many thanks in advance.
I'm interested in testing whether there are statistically significant differences in reactions to unemployment rate changes (in terms of perceived job security) by mental health status. I estimated the regression below and then used 'lincom' to test for significant differences in coefficient magnitudes, where mh8_qn1=1 for those in poor mental health.
Code:
xtreg job_sec_sat mh8_qn1##(c.unemp_av6 i.sa4 i.year) if entry3==0, fe i(id) cluster(id)
lincom 0b.mh8_qn1#co.unemp_av6-1.mh8_qn1#c.unemp_av6
( 1) 0b.mh8_qn1#co.unemp_av6 - 1.mh8_qn1#c.unemp_av6 = 0
------------------------------------------------------------------------------
job_sec_sat | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
(1) | -.0225103 .016949 -1.33 0.184 -.0557338 .0107132
------------------------------------------------------------------------------
Many thanks in advance.

Comment