I have a question on hypotheses testing in stata
I run the following Pooled OLS regression (Stata 14.2):
Code:
regress Y L.D1 L.D2 L.D3 L.D4 L.X1 L.X2 i.X4 X5 X6 X7 i.year,noconstant vce(robust)
I need to test the following hypotheses:
1) H0: b4>b1 (where b4 and b1 are the estimated coefficients for L.D4 and L.D1, respectively)
2) H0: b4-b2>b3-b1 (where b4, b2, b3 and b1 are the estimated coefficients for L.D4, L.D2, L.D3 ad L.D1, respectively)
How can I test these hypotheses using STATA?
I thank you all in advance for your help
Chiara
0 Response to hypotheses testing: inequlity between coefficients
Post a Comment