April 30, 2025
Review the main steps to write a research paper, with some examples:
.tex
.Tip
For the code, you can use several R files to split the tasks. For instance, you can have three scripts: 1_clean_data.R
, 2_descriptive_evidence.R
and 3_reduced_form.R
.
The introduction should include the following elements:
A motivation (2/3 paragraphs) State why the question you tackle is important, why is it a subject that is relevant for the policy leaders.
A research question (1 paragraph) Precisely state what is the research question.
A brief summary of the paper (3 paragraphs) Precise: the data you use, the context, the method you used, the key results.
A literature review (2 paragraphs) Cite some papers that are close to what you do and state how you compare to them in terms of results and methods.
Tip
A reader who wants to know the main message of your paper, the context, and the punchline results needs to read only the introduction.
Data description: Data sources (with the appropriate references), the time span, the geographical level of analysis, the countries/contexts. Say some words about the context you are working on (developing/developed countries, political contexts, etc.)
Summary statistics: Make a table with the summary statistics (min,Q1,mean,median,Q3,max,nb.observations) of the key variables in your analysis
Descriptive evidence: You should make non-causal graphs (scatter or line) and/or maps to support your intuition (for instance the Graph 1 in Nunn (2014))
OLS: You should build an econometric model with a regression of \(y\) on \(x\) and other variables. State precisely what the variables are. You should also precise if you should suspect endogeneity, OVB, or measurement error. Export the results with coefficient tables with the relevant information (standard errors, N, R2, proper labelling, etc.)
Extensions: If you think you can implement an IV or another strategy, you should write that here. If you actually implement it, please import the results as well.
Tip
Check the papers that we saw in class to know how to format the figures and tables. The presentation is standard and you should mimic it.
The conclusion is short and quikly summarizes the results.
You will need to make slides (7 to 8’ presentation) to present your key results. The structure should be the following
You will also need to provide the raw data + the code to replicate all the results.