I am looking at the effect of a treatment on county-wise wages and unemployment.
I have a Wage_Standardized_t and %Change_Wage_Standardized_t. Now, I run the following two regression models:
Wage_Standardized_t = a1+b1T+E1 ---- (1)
%Change_Wage_Standardized_t = a2+b2T+E2 ---- (2)
Now b2 < 0 (not statistically significant) and b1> 0 (statistically significant). Model-1 has an overall R2 = 0.92 and Model-2 has an overall R2 = 0.19.
Then, is it the case that, the treatment increases wages but not having the treatment would have increased wages even more? I am confused! Also, based on the R2 values, should I select one or the other?
I have a Wage_Standardized_t and %Change_Wage_Standardized_t. Now, I run the following two regression models:
Wage_Standardized_t = a1+b1T+E1 ---- (1)
%Change_Wage_Standardized_t = a2+b2T+E2 ---- (2)
Now b2 < 0 (not statistically significant) and b1> 0 (statistically significant). Model-1 has an overall R2 = 0.92 and Model-2 has an overall R2 = 0.19.
Then, is it the case that, the treatment increases wages but not having the treatment would have increased wages even more? I am confused! Also, based on the R2 values, should I select one or the other?
Comment