panel cointegration tests (Pedroni, Kao)
Posted: Tue Jan 04, 2011 12:23 pm
Hi there,
I am trying to run two panel cointegration tests (Pedroni and Kao) using the following commands:
There are two problems:
1) The lag=a command is not being executed. On the results windows I get “ User-specified lag length: 1”
2) The Kao test command is not working. The command is actually executing the Pedroni test.
Thanks for your help,
Mara
I am trying to run two panel cointegration tests (Pedroni and Kao) using the following commands:
Code: Select all
group beer reerln govexpratio nfanorm relprln totln
'Pedroni test
beer.coint (pedroni,const, lag=a,info=sic)
'Kao test
beer.coint (kao,const, lag=a,info=sic)1) The lag=a command is not being executed. On the results windows I get “ User-specified lag length: 1”
2) The Kao test command is not working. The command is actually executing the Pedroni test.
Thanks for your help,
Mara