/*************************************************************************************************************************** A master do-file for executing all of the individual do-files of the RTA in the appropriate order. First version: 13th April 2009 This version: 4th August 2014 Jose de Sousa (http://jdesousa.univ.free.fr/data) If you use these do-files in your work, please cite: * De Sousa, Jose (2012), "The currency union effect on trade is decreasing over time", Economics Letters 117(3), pp. 917–920. ****************************************************************************************************************************/ * ** Enter your path to the files global Path " " * cd $Path clear* * ** Allocate memory and matsize because the dyadic dataset contains a large number of observations * Not required since Stata 12. set mem 500M set matsize 800 * /* A do-file to form every pairwise combination of bilateral relationships with years (from 1958 to 2014) */ do 1.bilateral_2014aug.do * /* A do-file to build a regional trade agreement dummy */ do 2.rta_2014oct.do * /* Disclaimer These data are to the best of my knowledge correct. If you double check them to ensure their accuracy and find errors I would appreciate it if you would inform me at jose.de-sousa@upsud.fr. Thank you. */ * exit