50 likes | 170 Views
IFS DATA ANALYSIS. Go to library Resources you subject Statistics Esds Go into international, then macro and then “IMF IFS” data base 3. choose quarterly option. In search grill use exchange Choose the countries you want Go to time and select all years with the single tick button
E N D
Go to library • Resources you subject • Statistics • Esds • Go into international, then macro and then “IMF IFS” data base • 3. choose quarterly option.
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
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
generate ldenmark=log(denmark) dfuller ldenmark, lags(4) dfgls ldenmark, lags(4)