==============================================================================
*** Binary (0/1) Weight Matrix: 210x210 - NC=30 NT=7 (Non Normalized)
==============================================================================
==============================================================================
* Spatial Lag Han-Philips Linear Dynamic Panel Data Regression
==============================================================================
lnfigdp = w1y_lnfigdp + lnpopulation + lngdp
------------------------------------------------------------------------------
lnfigdp |
L1. | 1.496246 .1184447 12.63 0.000 1.264099 1.728393
|
w1y_lnfigdp | .4049815 .056648 7.15 0.000 .2939534 .5160095
lnpopulation | .9528909 .2643446 3.60 0.000 .4347851 1.470997
lngdp | .691929 .0767379 9.02 0.000 .5415256 .8423325
_cons | 1.038046 .3552939 2.92 0.003 .3416831 1.73441
------------------------------------------------------------------------------
Rho Value = 0.4050 Chi2 Test = 51.109 P-Value > Chi2(1) 0.0000
用stata做动态面板回归,spregdpd lnfigdp lnpopulation lngdp lnipo, wmfile(E:\stata15\ado\paper\w.dta) nc( >30) model(sdmem) run(xtdhp) fe noconstant lmspac tests,得到的方程结果中没有标明动态Y的滞后一期,但是变量的检验中有滞后期,最终的方程应该怎么写,还是我做的有问题,求教!!!!