This module introduces the potential outcomes framework that we’ll use throughout the course as well as the concept of selection bias before explaining how average treatment effects can be estimated when treatment status is randomly assigned.
This module includes one reading, four video lectures (approximately 75 minutes total), and an empirical exercise.
Lecture 2.1 The Potential Outcomes Framework (26:44)
Lecture 2.2 The Experimental Ideal (13:17)
Lecture 2.3 A Short History of Randomized Experiments (27:35)
Lecture 2.4 Analysis of Randomized Experiments (8:32)
A handout version of the lecture slides is available here.
If you wish to use these slides for teaching, the underlying beamer files and supporting materials are here.
The Design of Experiments, Chapter 2
The Entry of Randomized Assignment into the Social Sciences by Julian Jamison
Do Conditional Cash Transfers Improve Child Health? Evidence from PROGRESA’s Control Randomized Experiment by Paul Gertler
Worms: Identifying Impacts on Education and Health in the Presence of Treatment Externalities by Edward Miguel and Michael Kremer
In this exercise, we’ll use Stata’s rnormal()
command to generate draws from a normally-distributed random variable. This approach - simulating data
according to a known data-generating process - is an incredibly useful tool in empirical microeconomics (both for checking your econometric intuitions and
your anlayis code).
We’ll use “locals” (also know as “local macros”) to easily change the number of observations and other parameters of our data set. This will allow us to explore the way the properties of randomly-assigned treatment groups in larger and smaller samples.
This exercise introduces a range of practical coding tools: rnormal()
, locals, and the return list
and display
commands. By varying the sample size, we’ll build a better understanding of the role that the Law of large Numbers plays in randomized evaluations.
You can download the activity as a do file or a pdf.
Health Insurance and Mortality: Experimental Evidence from Taxpayer Outreach
The Credibility Revolution in Empirical Economics: How Better Research Design Is Taking the Con out of Econometrics by Joshua D. Angrist and Jörn-Steffen Pischke
Better LATE Than Nothing: Some Comments on Deaton (2009) and Heckman and Urzua (2009) by Guido Imbens