Any response / help / comment / suggestion / idea / web-link / replies will
be greatly appreciated.
Thanks in advance for your time.
_______________________
Mohammad Ehsanul Karim <[email protected]>
Institute of Statistical Research and Training
University of Dhaka, Dhaka- 1000, Bangladesh
_______________________
--------------------------------------
. infix str10 YEAR 1-10 GDP 11-20 PDI 21-30 PCE 31-40 PROFITS 41-50
DIVIDENDS 51-59 using c:\gujarati.txt
. generate times = date(YEAR,"dmy")
. format times %dD.N.CY
. label data "Macroeconomic Data, United States, 1970.1 to 1991.4"
. note: Data taken from Gujarati (2003) 'Basic Econometrics' 4 th ed. Page 794
. save c:\gujarati.dta
/* This is saved in http://www.angelfire.com/ab5/get5/gujarati.dta */
. clear
. use c:\gujarati.dta
. tsset time
. corrgram GDP, lags(25)
(note: time series has 86 gaps)