The point is that when I open a panel data structured data set the adf test is nos allowable, so my question is: how can I conduct panel data unit root test?...With my best regards...flh(Parameswara das)


De: "gretl-users-request@lists.wfu.edu" <gretl-users-request@lists.wfu.edu>
Para: gretl-users@lists.wfu.edu
Enviado: lunes, 12 de julio, 2010 17:44:32
Asunto: Gretl-users Digest, Vol 42, Issue 17

Send Gretl-users mailing list submissions to
    gretl-users@lists.wfu.edu

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.wfu.edu/mailman/listinfo/gretl-users
or, via email, send a message with subject or body 'help' to
    gretl-users-request@lists.wfu.edu

You can reach the person managing the list at
    gretl-users-owner@lists.wfu.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gretl-users digest..."


Today's Topics:

  1. Re: Gretl-users Digest, Vol 42, Issue 16 (Francisco L?pez Herrera)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Jul 2010 15:44:30 -0700 (PDT)
From: Francisco L?pez Herrera     <francisco_lopez_herrera@yahoo.com.mx>
Subject: Re: [Gretl-users] Gretl-users Digest, Vol 42, Issue 16
To: gretl-users@lists.wfu.edu
Message-ID: <177798.99016.qm@web52901.mail.re2.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Excuse me, but how can I issue the adf test with panel data?...flh(Parmeswara
das)




________________________________
De: "gretl-users-request@lists.wfu.edu" <gretl-users-request@lists.wfu.edu>
Para: gretl-users@lists.wfu.edu
Enviado: lunes, 12 de julio, 2010 16:47:07
Asunto: Gretl-users Digest, Vol 42, Issue 16

Send Gretl-users mailing list submissions to
    gretl-users@lists.wfu.edu

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.wfu.edu/mailman/listinfo/gretl-users
or, via email, send a message with subject or body 'help' to
    gretl-users-request@lists.wfu.edu

You can reach the person managing the list at
    gretl-users-owner@lists.wfu.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gretl-users digest..."


Today's Topics:

  1. panel unit root tests in CVS (Allin Cottrell)
  2. Re: panel unit root tests in CVS (Anutechia Asongu)
  3. Re: panel unit root tests in CVS (Summers, Peter)
  4. Re: panel unit root tests in CVS (Allin Cottrell)
  5. Re: panel unit root tests in CVS (Anutechia Asongu)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Jul 2010 14:13:43 -0400 (EDT)
From: Allin Cottrell <cottrell@wfu.edu>
Subject: [Gretl-users] panel unit root tests in CVS
To: Gretl users <gretl-users@lists.wfu.edu>
Message-ID: <Pine.A41.4.58.1007121339540.2785386@f1n11.sp2net.wfu.edu>
Content-Type: TEXT/PLAIN; charset=US-ASCII


The topic of testing for unit roots in panel data came up here not
so long ago.

In CVS and the gretl snapshots for Windows and OS X there's now
code in place for doing such testing. It's not in the GUI yet (and
neither is it documented), but is implemented as an extension to
the existing "adf" command. If anyone's interested in testing, I'd
appreciate any comments.

Here's the story. If you issue the "adf" command with panel data
you get (a) a brief account of the test for each panel unit plus
(b) a joint test for al units, if possible. (The per-unit test
output should probably be suppressed if there's an excessive
number of units in the panel, but right now you always get it.)

A couple of restrictions. First, with the regular adf test for
time-series data you can supply a list containing more than one
series and get multiple tests, but with panel data we do only one
series per command; if the input list contains more than one
series we ignore all but the first one. Second, the regular adf
command defaults to performing 3 variants of the test -- with
constant, with linear trend, and with quadratic trend -- though
you can change that via the command options. With panel data we
only do one variant at a time, by default the test with constant.

Some details: The joint tests have the null hypothesis that the
selected series is non-stationary for all panel units; the
alternative is that the series is stationary for at least one
unit. The test statistics are taken from Im, Pesaran and Shin
(Journal of Econometrics, 2003) and Choi (Journal of International
Money and Finance, 2001).

The IPS test involves computing the average value of the
Dickey-Fuller t-statistic (t_bar). If the lag order for the test
is non-zero, t_bar is referred to the distribution that IPS call
W_tbar, which is asymptotically N(0,1). If the lag order is zero
but the time-series length differs across the units, we use the
IPS Z_tbar statistic, which again is N(0,1) asymptotically. If the
order is zero and T is the same for all units we report exact
critical values as tabulated in the IPS article.

(Note that the IPS test cannot be done if the --gls option to the
adf command is given. There are also constraints on the minimal
T for each unit.)

The other test reported (Choi) is based on the p-values from the
per-unit Dickey-Fuller tests. Three variants are given: the
inverse chi-square, inverse normal and logit tests. These differ
in how the p-values are "aggregated" and the distribution that the
resulting statistic follows. For the inverse chi-square test the
null is rejected if the chi-square value is big enough; for the
others it is rejected if the test statistic takes on a large
enough negative value (which is also the case for all variants of
the IPS test).

I've tested some of this against the ipshin.ado extension that's
available for stata. We're pretty close in the cases I've tried
but I'm not sure that ipshin gets everything right so I'm not
necessarily trying to replicate exactly it reports. If anyone can
test against other IPS or Choi test implementations that would be
of interest.

Allin Cottrell



------------------------------

Message: 2
Date: Mon, 12 Jul 2010 11:28:55 -0700 (PDT)
From: Anutechia Asongu <simplice_peace@yahoo.com>
Subject: Re: [Gretl-users] panel unit root tests in CVS
To: Gretl list <gretl-users@lists.wfu.edu>
Message-ID: <578737.56898.qm@web110307.mail.gq1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Cottrell,
?????????????? I must? appreciate your concern for this issue. Infact, I brought
up the issue of panel unit test some while ago here. I have two major concerns;
-Do I need to download the software again in a? bid to get this additional
properties of Panel unit incorporated?
-What about Panel Cointegration and Panel VEC/VAR?. Any idea on what the headway
could be?
???????????? Thanks in advance

--- On Mon, 7/12/10, Allin Cottrell <cottrell@wfu.edu> wrote:

From: Allin Cottrell <cottrell@wfu.edu>
Subject: [Gretl-users] panel unit root tests in CVS
To: "Gretl users" <gretl-users@lists.wfu.edu>
Date: Monday, July 12, 2010, 11:13 AM


The topic of testing for unit roots in panel data came up here not
so long ago.

In CVS and the gretl snapshots for Windows and OS X there's now
code in place for doing such testing. It's not in the GUI yet (and
neither is it documented), but is implemented as an extension to
the existing "adf" command. If anyone's interested in testing, I'd
appreciate any comments.

Here's the story. If you issue the "adf" command with panel data
you get (a) a brief account of the test for each panel unit plus
(b) a joint test for al units, if possible. (The per-unit test
output should probably be suppressed if there's an excessive
number of units in the panel, but right now you always get it.)

A couple of restrictions. First, with the regular adf test for
time-series data you can supply a list containing more than one
series and get multiple tests, but with panel data we do only one
series per command; if the input list contains more than one
series we ignore all but the first one. Second, the regular adf
command defaults to performing 3 variants of the test -- with
constant, with linear trend, and with quadratic trend -- though
you can change that via the command options. With panel data we
only do one variant at a time, by default the test with constant.

Some details: The joint tests have the null hypothesis that the
selected series is non-stationary for all panel units; the
alternative is that the series is stationary for at least one
unit. The test statistics are taken from Im, Pesaran and Shin
(Journal of Econometrics, 2003) and Choi (Journal of International
Money and Finance, 2001).

The IPS test involves computing the average value of the
Dickey-Fuller t-statistic (t_bar). If the lag order for the test
is non-zero, t_bar is referred to the distribution that IPS call
W_tbar, which is asymptotically N(0,1). If the lag order is zero
but the time-series length differs across the units, we use the
IPS Z_tbar statistic, which again is N(0,1) asymptotically. If the
order is zero and T is the same for all units we report exact
critical values as tabulated in the IPS article.

(Note that the IPS test cannot be done if the --gls option to the
adf command is given. There are also constraints on the minimal
T for each unit.)

The other test reported (Choi) is based on the p-values from the
per-unit Dickey-Fuller tests. Three variants are given: the
inverse chi-square, inverse normal and logit tests. These differ
in how the p-values are "aggregated" and the distribution that the
resulting statistic follows. For the inverse chi-square test the
null is rejected if the chi-square value is big enough; for the
others it is rejected if the test statistic takes on a large
enough negative value (which is also the case for all variants of
the IPS test).

I've tested some of this against the ipshin.ado extension that's
available for stata. We're pretty close in the cases I've tried
but I'm not sure that ipshin gets everything right so I'm not
necessarily trying to replicate exactly it reports. If anyone can
test against other IPS or Choi test implementations that would be
of interest.

Allin Cottrell

_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users



     
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.wfu.edu/pipermail/gretl-users/attachments/20100712/dcecb262/attachment-0001.html


------------------------------

Message: 3
Date: Mon, 12 Jul 2010 14:30:53 -0500
From: "Summers, Peter" <peter.summers@ttu.edu>
Subject: Re: [Gretl-users] panel unit root tests in CVS
To: Gretl list <gretl-users@lists.wfu.edu>
Message-ID:
    <8885DA157278484489B1EBC8B8C043E3FDC4B234DA@COTTUS.ttu.edu>
Content-Type: text/plain; charset="us-ascii"

Allin,

Many thanks for implementing this! Once again your development work is highly
correlated with my current projects ;-).

I've successfully run the new command & everything seems sensible (I haven't
tried other implementations so nothing to compare to). One question/suggestion
though: To use the new feature, I had to create a new panel data set from an
existing time series one. This was no problem given the example on p. 25 of the
guide, but I was wondering if it would be possible to have something like a
"--panel" option to use with a list of series. Something like


list varlist = gdp cons inv
adf 0 varlist --panel

So you'd get the IPS & Choi tests at the end. Would that be feasible and/or have
non-negligible demand?


PS

-----Original Message-----
From: gretl-users-bounces@lists.wfu.edu
[mailto:gretl-users-bounces@lists.wfu.edu] On Behalf Of Allin Cottrell
Sent: Monday, July 12, 2010 1:14 PM
To: Gretl users
Subject: [Gretl-users] panel unit root tests in CVS


The topic of testing for unit roots in panel data came up here not
so long ago.

In CVS and the gretl snapshots for Windows and OS X there's now
code in place for doing such testing. It's not in the GUI yet (and
neither is it documented), but is implemented as an extension to
the existing "adf" command. If anyone's interested in testing, I'd
appreciate any comments.

Here's the story. If you issue the "adf" command with panel data
you get (a) a brief account of the test for each panel unit plus
(b) a joint test for al units, if possible. (The per-unit test
output should probably be suppressed if there's an excessive
number of units in the panel, but right now you always get it.)

A couple of restrictions. First, with the regular adf test for
time-series data you can supply a list containing more than one
series and get multiple tests, but with panel data we do only one
series per command; if the input list contains more than one
series we ignore all but the first one. Second, the regular adf
command defaults to performing 3 variants of the test -- with
constant, with linear trend, and with quadratic trend -- though
you can change that via the command options. With panel data we
only do one variant at a time, by default the test with constant.

Some details: The joint tests have the null hypothesis that the
selected series is non-stationary for all panel units; the
alternative is that the series is stationary for at least one
unit. The test statistics are taken from Im, Pesaran and Shin
(Journal of Econometrics, 2003) and Choi (Journal of International
Money and Finance, 2001).

The IPS test involves computing the average value of the
Dickey-Fuller t-statistic (t_bar). If the lag order for the test
is non-zero, t_bar is referred to the distribution that IPS call
W_tbar, which is asymptotically N(0,1). If the lag order is zero
but the time-series length differs across the units, we use the
IPS Z_tbar statistic, which again is N(0,1) asymptotically. If the
order is zero and T is the same for all units we report exact
critical values as tabulated in the IPS article.

(Note that the IPS test cannot be done if the --gls option to the
adf command is given. There are also constraints on the minimal
T for each unit.)

The other test reported (Choi) is based on the p-values from the
per-unit Dickey-Fuller tests. Three variants are given: the
inverse chi-square, inverse normal and logit tests. These differ
in how the p-values are "aggregated" and the distribution that the
resulting statistic follows. For the inverse chi-square test the
null is rejected if the chi-square value is big enough; for the
others it is rejected if the test statistic takes on a large
enough negative value (which is also the case for all variants of
the IPS test).

I've tested some of this against the ipshin.ado extension that's
available for stata. We're pretty close in the cases I've tried
but I'm not sure that ipshin gets everything right so I'm not
necessarily trying to replicate exactly it reports. If anyone can
test against other IPS or Choi test implementations that would be
of interest.

Allin Cottrell

_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users



------------------------------

Message: 4
Date: Mon, 12 Jul 2010 17:36:46 -0400 (EDT)
From: Allin Cottrell <cottrell@wfu.edu>
Subject: Re: [Gretl-users] panel unit root tests in CVS
To: Gretl list <gretl-users@lists.wfu.edu>
Message-ID: <Pine.A41.4.58.1007121732460.1589636@f1n11.sp2net.wfu.edu>
Content-Type: TEXT/PLAIN; charset=UTF-8


On Mon, 12 Jul 2010, Anutechia Asongu wrote:

> I must appreciate your concern for this issue. Infact, I brought
> up the issue of panel unit test some while ago here. I have two
> major concerns;

> -Do I need to download the software again in a? bid to get this
> additional properties of Panel unit incorporated?

If you want to use newly added features then, yes, you will have
to download the latest snapshot.

> -What about Panel Cointegration and Panel VEC/VAR?. Any idea on
> what the headway could be?

Our priority on panel data right now is fuller support for dynamic
panel models (i.e. adding Blundell-Bond). I'm not sure when
support for cointegration analysis might follow.

Allin Cottrell





------------------------------

Message: 5
Date: Mon, 12 Jul 2010 14:47:04 -0700 (PDT)
From: Anutechia Asongu <simplice_peace@yahoo.com>
Subject: Re: [Gretl-users] panel unit root tests in CVS
To: Gretl list <gretl-users@lists.wfu.edu>
Message-ID: <157560.9284.qm@web110306.mail.gq1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Many Thanks Allin, I'll do that right away.

WE  BECOME  THE  CHANGE  WE  WANT   
??????????????        www.pleho.org

--- On Mon, 7/12/10, Allin Cottrell <cottrell@wfu.edu> wrote:

From: Allin Cottrell <cottrell@wfu.edu>
Subject: Re: [Gretl-users] panel unit root tests in CVS
To: "Gretl list" <gretl-users@lists.wfu.edu>
Date: Monday, July 12, 2010, 2:36 PM


On Mon, 12 Jul 2010, Anutechia Asongu wrote:

> I must appreciate your concern for this issue. Infact, I brought
> up the issue of panel unit test some while ago here. I have two
> major concerns;

> -Do I need to download the software again in a? bid to get this
> additional properties of Panel unit incorporated?

If you want to use newly added features then, yes, you will have
to download the latest snapshot.

> -What about Panel Cointegration and Panel VEC/VAR?. Any idea on
> what the headway could be?

Our priority on panel data right now is fuller support for dynamic
panel models (i.e. adding Blundell-Bond). I'm not sure when
support for cointegration analysis might follow.

Allin Cottrell




-----Inline Attachment Follows-----

_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users


     
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.wfu.edu/pipermail/gretl-users/attachments/20100712/cd29e6e9/attachment.html


------------------------------

_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users

End of Gretl-users Digest, Vol 42, Issue 16
*******************************************



     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wfu.edu/pipermail/gretl-users/attachments/20100712/0bc646a6/attachment.html

------------------------------

_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users

End of Gretl-users Digest, Vol 42, Issue 17
*******************************************