On Thu, 25 Nov 2010, Bruno Thiago Tomio wrote:
A problem occurs when I try to run a unit root test (ADF) with
constant and trend with the attached file. I am running the last
version under WinXP. The data is compiled as panel data.
Can you tell us precisely what tests you are doing? I tried the
following and could not provoke a problem (or find any evidence of
memory corruption using valgrind):
open Pasta1.xls
setobs Object Year --panel-vars
adf 0 X --ct
adf 0 Xgrowth --ct
adf 3 X --ct
adf 3 Xgrowth --ct
Allin Cottrell