作者sysopp (珍惜用心)
看板Statistics
标题[问题] panel data 单根检定结果
时间Wed Apr 9 17:06:52 2008
我使用 rats 官方网站上的 pancoint.src 程式
最後得出的结果为
The result of co2
-raw panel unit root test results-
Levin-Lin rho-stat = 1.29693
Levin-Lin t-rho-stat = 1.66369
Levin-Lin ADF-stat = 1.94515
IPS ADF-stat = 2.63019
(using large sample adjustment values)
Nsecs = 4 , Tperiods = 30 , no. regressors = 0
All reported values are distributed N(0,1)
under null of unit root or no cointegration
Panel stats are weighted by long run variances
(see OBES reference for details)
********************************************
The result of gdppercaptia
-raw panel unit root test results-
Levin-Lin rho-stat = 1.44374
Levin-Lin t-rho-stat = 1.80081
Levin-Lin ADF-stat = 2.24255
IPS ADF-stat = 2.92544
(using large sample adjustment values)
Nsecs = 4 , Tperiods = 30 , no. regressors = 0
All reported values are distributed N(0,1)
under null of unit root or no cointegration
Panel stats are weighted by long run variances
(see OBES reference for details)
********************************************
我的语法:
CALENDAR(PANELOBS=30) 1975
all 4//2004:01
open data c:\co2test3.xls
data(for=xls,org=obs) / co2 gdppercaptia
source pancoint.src
@pancoint(mlag=3)
# co2
@pancoint(mlag=3)
# gdppercaptia
我的目的是要检定 co2 与 gdppercaptia 两个变数资料是否为 stationary
请教版友们的是
我应该如何选择落後期数?
我要怎麽去判读结果中的数据来得知是否有单根?
在 @pancoint 下方的变数列表只单放 co2 和 gdppercaptia 是不是可以达成我的目的?
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.109.122.196
1F:推 bcs:用aic,bic选lag; table不是有单根的检定量,虚无假设,分配 @@? 04/09 22:47
2F:→ sysopp:谢谢,不过要怎麽找到LL or IPS 的检定统计表? 04/09 23:24