For example, for the same model (and estimated parameters are the same) in Stata :
Code:
Pesaran/Shin/Smith (2001) Bounds Test H0: no levels relationship F = 6.395 t = -3.448 Critical Values (0.1-0.01), F-statistic, Case 3 | [I_0] [I_1] | [I_0] [I_1] | [I_0] [I_1] | [I_0] [I_1] | L_1 L_1 | L_05 L_05 | L_025 L_025 | L_01 L_01 ------+----------------+----------------+----------------+--------------- k_1 | 4.04 4.78 | 4.94 5.73 | 5.77 6.68 | 6.84 7.84 accept if F < critical value for I(0) regressors reject if F > critical value for I(1) regressors Critical Values (0.1-0.01), t-statistic, Case 3 | [I_0] [I_1] | [I_0] [I_1] | [I_0] [I_1] | [I_0] [I_1] | L_1 L_1 | L_05 L_05 | L_025 L_025 | L_01 L_01 ------+----------------+----------------+----------------+--------------- k_1 | -2.57 -2.91 | -2.86 -3.22 | -3.13 -3.50 | -3.43 -3.82 accept if t > critical value for I(0) regressors reject if t < critical value for I(1) regressors k: # of non-deterministic regressors in long-run relationship
Code:
Testing for existence of a level relationship among the variables in the ARDL model ******************************************************************************* F-statistic 95% Lower Bound 95% Upper Bound 90% Lower Bound 90% Upper Bound 11.8907 12.6082 12.6082 10.3543 10.3543 W-statistic 95% Lower Bound 95% Upper Bound 90% Lower Bound 90% Upper Bound 11.8907 12.6082 12.6082 10.3543 10.3543 *******************************************************************************
Leave a comment: