Download presentation
Presentation is loading. Please wait.
Published byKevin Orr Modified over 11 years ago
1
IFS DATA ANALYSIS
2
Go to library Resources you subject Statistics Esds Go into international, then macro and then IMF IFS data base 3. choose quarterly option.
3
In search grill use exchange Choose the countries you want Go to time and select all years with the single tick button Then choose table Then download in comma deliminated csv Put into excel, then tranpose the data using paste special
4
Load data into stata using the editor (not the do file editor or the browser) If its loaded as numbers in black. generate trend=1 replace trend=trend[_n-1]+1 if trend[_n-1] !=. Then tsset trend (tells stata this is time series) dfuller denmark dfuller denmark, lags(4) regress
5
generate ldenmark=log(denmark) dfuller ldenmark, lags(4) dfgls ldenmark, lags(4)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.