Dear All
I estimate the following model:
xtreg crmv3WL bvW abn2W neg_siW op2WA l.bvW i.yr ,fe
The output (year fixed effects are suppressed) is:
----------------------------
(1)
crmv3WL
----------------------------
bvW 0.219***
(30.41)
abn2W 0.693***
(44.32)
neg_siW -0.0342
(-0.60)
op2WA -0.410
(-0.90)
L.bvW 0.0496***
(6.73)
I am interested in testing weather the (coeff on abn2W + coeff. on op2WA = 0)
I run :
test abn2W+op2WA=0
( 1) abn2W + op2WA = 0
F( 1, 38358) = 0.38
Prob > F = 0.5350
I conclude that the null can not be rejected and in fact coeff abn2W+coeff op2WA=0
I run:
. test op2WA=0
( 1) op2WA = 0
F( 1, 38358) = 0.80
Prob > F = 0.3701
I conclude that the null can not be rejected and in fact and coeff op2WA=0
I run :
. test abn2W=0
( 1) abn2W = 0
F( 1, 38358) = 1964.34
Prob > F = 0.0000
this means that the null is rejected and coeff abn2W is not equal to 0
Now I am so confused, how come that abn2W+op2WA=0 and op2WA=0 and in last test abn2W is not equal to zero ???
I don't know if that is the effect of working till this time of the night or there has to be something wrong that I didn't realize ...........................................
I will really appreciate if anyone can give me some guidance !!
Thanks
I estimate the following model:
xtreg crmv3WL bvW abn2W neg_siW op2WA l.bvW i.yr ,fe
The output (year fixed effects are suppressed) is:
----------------------------
(1)
crmv3WL
----------------------------
bvW 0.219***
(30.41)
abn2W 0.693***
(44.32)
neg_siW -0.0342
(-0.60)
op2WA -0.410
(-0.90)
L.bvW 0.0496***
(6.73)
I am interested in testing weather the (coeff on abn2W + coeff. on op2WA = 0)
I run :
test abn2W+op2WA=0
( 1) abn2W + op2WA = 0
F( 1, 38358) = 0.38
Prob > F = 0.5350
I conclude that the null can not be rejected and in fact coeff abn2W+coeff op2WA=0
I run:
. test op2WA=0
( 1) op2WA = 0
F( 1, 38358) = 0.80
Prob > F = 0.3701
I conclude that the null can not be rejected and in fact and coeff op2WA=0
I run :
. test abn2W=0
( 1) abn2W = 0
F( 1, 38358) = 1964.34
Prob > F = 0.0000
this means that the null is rejected and coeff abn2W is not equal to 0
Now I am so confused, how come that abn2W+op2WA=0 and op2WA=0 and in last test abn2W is not equal to zero ???
I don't know if that is the effect of working till this time of the night or there has to be something wrong that I didn't realize ...........................................
I will really appreciate if anyone can give me some guidance !!
Thanks
Comment