logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Anna CarolyanLaw
(5/5)

799 Answers

Hire Me
expert
Lakshay GabaEnglish
(5/5)

565 Answers

Hire Me
expert
Devanshu KamraMarketing
(5/5)

775 Answers

Hire Me
expert
Jyotika DasguptaStatistics
(/5)

919 Answers

Hire Me
STATA
(5/5)

This readme file discusses the data and files contained in the RemotenessAER.zip archive for

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

 

Overview

 

This readme file discusses the data and files contained in the RemotenessAER.zip archive for “The Costs of Remoteness: Evidence from German Division and Reunification” (Redding and Sturm 2008). To re-create all the results in the paper run the following Stata do file:

 

runalldofiles.do

 

The code runs with version 8.0 or later of Stata. 

 

Directory Structure

 

When extracting the files from the zip archive, select the “use folder names” option. Once the zip archive has been unzipped, the directory structure is as follows:

 

regressions

 

This directory contains two subdirectories including the data and Stata code used to create all the regression tables in the paper, Figures 3 and 4, and the additional regression results reported in the paper and the web-based technical appendix.

 

calibration_simulation

 

This directory contains the Matlab code used for the calibration and simulation of the model reported in Section II.C of the paper. The directory also contains the Stata code that creates Figures 1 and 2.

 

grid_search

 

This directory contains the Matlab code used for the quantitative analysis of the model discussed in the Section V.C of the paper. The directory also contains the Stata code that creates Figures 5 and 6 and Table 3.

 

 

Directory regressions\main_results

 

Run “main_results.do” to create Figures 1-4, the results in Tables 1-2 and 4-7, and the non-parametric estimation results discussed in Section IV.C of the paper. This Stata do file runs a number of subroutines discussed below.

 

The main_results directory has subdirectories with the following contents: 

 

data RemotenessAER_Main.dta is the main Stata dataset containing data for our sample of 119 West German cities

 

graphs Graphs for Figures 3 and 4 

 

logs Stata log files

 

subroutines “border_graphs.do” generates Figures 3 and 4

 

“matching.do” creates matched pairs of treatment and control cities to be used in the matching estimation

 

“nonparametric_regressions.do” generates the non-parametric estimation results

 

tables Output files with results reported in Tables 2-7

 

temp Temporary datasets generated by “main_results.do” and its subroutines

 

Directory regressions\robustness

 

This directory has the following two subdirectories, each of which has a similar structure to the main_results directory discussed above:

 

techappendix_robustness Generates the results in the robustness tests discussed in Section IV.B of the paper and in more detail in the web-based technical appendix

 

“2002_sample_robustness.do” generates the robustness results for the sample of West German cities with a population greater than 50,000 in 2002. This file uses RemotenessAER_Robustness_2002sample.dta from the data subdirectory.

 

“techappendix_other_robustness.do” generates the other robustness tests discussed in Section IV.B of the paper and in more detail in the web-based technical appendix. This file uses the dataset RemotenessAER_Main.dta from the main_results directory discussed above.

 

other_robustness Generates the Fulda gap and East Germany robustness tests discussed in Section V.E of the paper

 

“east_germany.do” generates the East Germany robustness results. This file uses RemotenessAER_Robustness_DDR.dta from the data subdirectory.

 

“fulda_gap.do” generates the Fulda Gap robustness results. This file uses the dataset RemotenessAER_Main.dta from the main_results directory discussed above.

 

Directory calibration_simulation

 

This directory reproduces the results from the calibration and simulation of the model using central values for parameters from the existing literature as discussed in Section II.C of the paper.

 

The directory has the following sub-directories:

 

data Contains all of the csv datasets that are inputs or outputs for the Matlab and Stata programs in this directory. 

 

graphs Contains Figures 1 and 2 from the paper.

 

Model Calibration

 

To calibrate the model to the distribution of population across cities in pre-war Germany run the following Matlab file:

 

Calibrate_original.m

 

This file uses the following inputs:

 

MatlabPopData.csv Contains the data on the 206 pre-war German cities used to calibrate the model on the 1939 distribution of population across these cities. There are 15 columns of variables. See the comments in “Calibrate_original.m” for a description of these variables.

 

Matlabtrans.csv Contains data on the inverse of bilateral distance between 206 pre-war German cities (distance_ij^(-1)). Distance is the shortest Great Circle Distance between cities. The value of a city’s distance with itself is set equal to 1.

 

Matlabbrdbrd.csv Contains data on a bilateral dummy variable which is equal to 1 if pairs of pre-war German cities both lie within the boundaries of the future West Germany.

 

Model Simulation

 

To simulate the impact of division on the distribution of population across West German cities run the following Matlab file:

 

Simulate_original.m

 

This file uses the following inputs:

 

OrigCalibData.csv This file is an output file from the Matlab program “Calibrate_original.m”. The file contains data on the 206 pre-war German cities. There are 23 columns of variables. See the comments in “Simulate_original.m” for a description of these variables.

 

Matlabtrans.csv As defined above.

 

Matlabbrdbrd.csv As defined above.

 

To Create Figures 1 and 2

 

To create Figures 1 and 2 in the paper run the following Stata file:

 

graph_orig_calsim.do

 

This file uses the following inputs:

 

OrigSimData.csv This file is an output file created by the Matlab program “Simulate_original.m”. The file contains data on the 119 West German cities. There are 32 columns of variables. See the comments in “graph_orig_calsim.do” for a description of these variables.

 

MatlabLegend.csv This file contains the numeric identifier for each city and the city name.

 

Directory grid_search

 

This directory reproduces the results from the quantitative analysis of the model as discussed in Section V.A of the paper. 

 

Note that the grid search undertaken in the quantitative analysis of the model is computationally intensive, as it involves calibrating and simulating the model for the 51,152 parameter configurations for which the model has a unique equilibrium. As a result the grid search takes several days to run on current generations of computers.

 

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme