Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Storing test statistics from dfuller output


From   Dani Tilley <[email protected]>
To   [email protected]
Subject   st: Storing test statistics from dfuller output
Date   Sun, 4 Jul 2010 10:33:11 -0700 (PDT)

Hi,

I need to run -dfuller- tests on several countries and collect the test statistic from each, store it, and compute its mean (or possibly divide by a scalar). I tried the following but didn't get what I was looking for. 


quietly levelsof(country)
gen pm=.
foreach a in `r(levels)' { 
quietly dfuller cpi if country==`a', lags(3)
replace pm = r(Zt) if country==`a'
}

Any help would be appreciated.

Thanks,
DF Tilley


      
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index