Code:
------------------------------------------------------------------------------
CANCPI | Coefficient Std. err. t P>|t| [95% conf. interval]
--------------+----------------------------------------------------------------
_b_steep_load |
L1. | .3870862 .0656478 5.90 0.000 .2574853 .5166871
|
_b_cons |
L1. | .5343444 .0711894 7.51 0.000 .3938033 .6748854
|
_b_cur_load |
L1. | -.211842 .0584862 -3.62 0.000 -.3273046 -.0963795
|
_cons | -.08684 .3341884 -0.26 0.795 -.7465899 .5729099
Code:
. test L._b_steep_load
( 1) L._b_steep_load = 0
F( 1, 168) = 34.77
Prob > F = 0.0000
. test L._b_cons
( 1) L._b_cons = 0
F( 1, 168) = 56.34
Prob > F = 0.0000
. test L._b_cur_load
( 1) L._b_cur_load = 0
F( 1, 168) = 13.12
Prob > F = 0.0004

Comment