1 / 5

IFS DATA ANALYSIS

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

fruma
Télécharger la présentation

IFS DATA ANALYSIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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)

More Related