t-test on β3>β4 reparameterization
Posted: Wed May 26, 2010 9:17 am
Hi,
I'm running a multiple linear regression on the dependent variable KMLIT and independent variables CYL, ENGCM3, HP and WTKG
I need to do a t-test to see if one unit increase in HP has greater detrimental effect than one unit increase in WTKG.
With reparameterization:
Test β3>β4 = β3-β4=0
Let Φ=β3-β4
H0: Φ = 0 β3-β4=0 β3=β4
H1: Φ > 0 β3-β4>0 β3>β4
I ran the estimation: kmlit c cyl engcm3 hp (hp+wtkg)
However the result is that I can reject the null with the P-value but fail to reject using the t-stat.
All of the four independent variables have a negative coefficient, which I think is the problem. Will I need to change the signs somehow?
Dependent Variable: KMLIT
Method: Least Squares
Date: 05/27/10 Time: 02:05
Sample: 1 300
Included observations: 300
Coefficient Std. Error t-Statistic Prob.
C 14.13693 0.422440 33.46494 0.0000
CYL -0.058797 0.115682 -0.508266 0.6116
ENGCM3 -6.07E-05 0.000150 -0.404790 0.6859
HP -0.008236 0.003475 -2.369906 0.0184
WTKG -0.003715 0.000426 -8.718605 0.0000
R-squared 0.780580 Mean dependent var 7.377235
Adjusted R-squared 0.777605 S.D. dependent var 2.241106
S.E. of regression 1.056879 Akaike info criterion 2.965043
Sum squared resid 329.5129 Schwarz criterion 3.026773
Log likelihood -439.7565 Hannan-Quinn criter. 2.989748
F-statistic 262.3631 Durbin-Watson stat 1.015431
Prob(F-statistic) 0.000000
Im using version 6
I'm running a multiple linear regression on the dependent variable KMLIT and independent variables CYL, ENGCM3, HP and WTKG
I need to do a t-test to see if one unit increase in HP has greater detrimental effect than one unit increase in WTKG.
With reparameterization:
Test β3>β4 = β3-β4=0
Let Φ=β3-β4
H0: Φ = 0 β3-β4=0 β3=β4
H1: Φ > 0 β3-β4>0 β3>β4
I ran the estimation: kmlit c cyl engcm3 hp (hp+wtkg)
However the result is that I can reject the null with the P-value but fail to reject using the t-stat.
All of the four independent variables have a negative coefficient, which I think is the problem. Will I need to change the signs somehow?
Dependent Variable: KMLIT
Method: Least Squares
Date: 05/27/10 Time: 02:05
Sample: 1 300
Included observations: 300
Coefficient Std. Error t-Statistic Prob.
C 14.13693 0.422440 33.46494 0.0000
CYL -0.058797 0.115682 -0.508266 0.6116
ENGCM3 -6.07E-05 0.000150 -0.404790 0.6859
HP -0.008236 0.003475 -2.369906 0.0184
WTKG -0.003715 0.000426 -8.718605 0.0000
R-squared 0.780580 Mean dependent var 7.377235
Adjusted R-squared 0.777605 S.D. dependent var 2.241106
S.E. of regression 1.056879 Akaike info criterion 2.965043
Sum squared resid 329.5129 Schwarz criterion 3.026773
Log likelihood -439.7565 Hannan-Quinn criter. 2.989748
F-statistic 262.3631 Durbin-Watson stat 1.015431
Prob(F-statistic) 0.000000
Im using version 6