Seminario de Análisis Empírico

Empirical analysis seminar: reading and replicating applied microeconomics research, with lecture slides and assignments.

← All teaching

Fall 2026

Tentative — subject to change during the term.

Syllabus

Slides

R Code

Each script reproduces every output printed on the matching slides. Class3.R, Class4.R and Class6.R read the data files listed below by relative paths, so run them from the folder that contains data/; Class6.R writes its figures to a Figures/ folder it creates. Class5.R needs no data file.

Practice session

A standalone 90-minute walkthrough, run entirely in R: turn three files from a real randomized evaluation — Partnership Schools for Liberia — into one student-level dataset. Not one of the numbered lectures, and no homework is attached. Extract the ZIP, open Class4B.Rproj, and install tidyverse and haven before you start. Everything the session needs is inside and it runs offline.

Data: Romero, Sandefur and Rodriguez-Ramirez (2021), replication package, licensed CC BY 4.0, for Romero and Sandefur (2022), Economic Journal 132(644). Original study: Romero, Sandefur and Sandholtz (2020), American Economic Review 110(2).

Problem Sets

Data

The running example for the course. Neither analysis file sits ready-made on a portal: both were cut from the national releases by the build script, so you can rebuild either one.

Sources: INEGI, Censo de Población y Vivienda 2020 · INEGI, ENIGH 2024 · CONEVAL, Medición de la pobreza municipal 2020. Accessed 2026-08-16. Nothing in these files is simulated or imputed.

Spring 2026

Syllabus

Slides

R Code