-
Notifications
You must be signed in to change notification settings - Fork 592
/
Copy pathsyllabus.tex
467 lines (438 loc) · 29.2 KB
/
syllabus.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
\documentclass[11pt, a4paper]{article}
%\usepackage{geometry}
\usepackage[inner=1.5cm,outer=1.5cm,top=2.5cm,bottom=2.5cm]{geometry}
\pagestyle{empty}
\usepackage{graphicx}
\usepackage{fancyhdr, lastpage, bbding, pmboxdraw}
\usepackage[usenames,dvipsnames]{color}
\definecolor{darkblue}{rgb}{0,0,.6}
\definecolor{darkred}{rgb}{.7,0,0}
\definecolor{darkgreen}{rgb}{0,.6,0}
\definecolor{red}{rgb}{.98,0,0}
\usepackage[colorlinks,pagebackref,pdfusetitle,urlcolor=darkblue,citecolor=darkblue,linkcolor=darkred,bookmarksnumbered,plainpages=false]{hyperref}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\pagestyle{fancyplain}
\fancyhf{}
\lhead{ \fancyplain{}{Course Name} }
%\chead{ \fancyplain{}{} }
\rhead{ \fancyplain{}{\today} }
%\rfoot{\fancyplain{}{page \thepage\ of \pageref{LastPage}}}
\fancyfoot[RO, LE] {page \thepage\ of \pageref{LastPage} }
\thispagestyle{plain}
%%%%%%%%%%%% LISTING %%%
\usepackage{listings}
\usepackage{caption}
\DeclareCaptionFont{white}{\color{white}}
\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{\textwidth}{#1#2#3}}}
\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}
\usepackage{verbatim} % used to display code
\usepackage{fancyvrb}
\usepackage{acronym}
\usepackage{amsthm}
\VerbatimFootnotes % Required, otherwise verbatim does not work in footnotes!
\definecolor{OliveGreen}{cmyk}{0.64,0,0.95,0.40}
\definecolor{CadetBlue}{cmyk}{0.62,0.57,0.23,0}
\definecolor{lightlightgray}{gray}{0.93}
\lstset{
%language=bash, % Code langugage
basicstyle=\ttfamily, % Code font, Examples: \footnotesize, \ttfamily
keywordstyle=\color{OliveGreen}, % Keywords font ('*' = uppercase)
commentstyle=\color{gray}, % Comments font
numbers=left, % Line nums position
numberstyle=\tiny, % Line-numbers fonts
stepnumber=1, % Step between two line-numbers
numbersep=5pt, % How far are line-numbers from code
backgroundcolor=\color{lightlightgray}, % Choose background color
frame=none, % A frame around the code
tabsize=2, % Default tab size
captionpos=t, % Caption-position = bottom
breaklines=true, % Automatic line breaking?
breakatwhitespace=false, % Automatic breaks only at whitespace?
showspaces=false, % Dont make spaces visible
showtabs=false, % Dont make tabls visible
columns=flexible, % Column format
morekeywords={__global__, __device__}, % CUDA specific keywords
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{center}
{\Large \textsc{MGMT 737: Applied Empirical Methods}}
\end{center}
\begin{center}
Spring 2024
\end{center}
%\date{September 26, 2014}
\begin{center}
\rule{6.5in}{0.4pt}
\begin{minipage}[t]{.75\textwidth}
\begin{tabular}{llccll}
\textbf{Instructor:} & Paul Goldsmith-Pinkham & & & \textbf{Time:} & TTh, 2:40-4pm \\
\textbf{Email:} & \href{mailto:paul.goldsmith-pinkham@yale.edu}{paul.goldsmith-pinkham@yale.edu} & & & \textbf{Location:} & Usually Evans Hall 2430, see Canvas for details
\end{tabular}
\end{minipage}
\rule{6.5in}{0.4pt}
\end{center}
\vspace{.5cm}
\setlength{\unitlength}{1in}
\renewcommand{\arraystretch}{2}
\noindent\textbf{Course Pages:} \begin{enumerate}
\item \url{https://github.com/paulgp/applied-methods-phd}
\item \url{https://yale.instructure.com/courses/104052} [Yale students only]
\end{enumerate}
\vskip.15in
\noindent\textbf{Office Hours:} After class, or by appointment.
\noindent\textbf{Course Description:} This course is primarily designed for
graduate students interested in econometric methods used in empirical
research. The goal of this class is to provide an overview of
different empirical methods, with an emphasis on practical
implementation. I will provide a set of lecture slides. There are
additional background papers that are optional, but are important if
you want concrete details on the results.
More generally, this is a course where I focus on providing my
understanding and intuition of empirical methods, as they are used by
practicioners. This means that this is not a course where we will
spend a lot of time on the formal details (beyond what is necessary),
but instead focus on the intuitive framework that guides these
papers. I'll also do my best to communciate how any of these topics
fit together.
This is a course very much focused on communication and
artisanship. By the end of the term, my hope is for three things:
\begin{enumerate}
\item You will have been exposed to a wide range of empirical methods,
and have at least a passing familiarity with their pros and
cons. Moreover, you will know where to go look if you decide to use
these methods.
\item Much of the terminology and jargon that we use in econometric
methods will be less intimidating to you. When someone says ``I use
semiparametric inference,'' now instead of intimidate you, it will
bother you that they are not using clearer language.
\item You will approach research papers with the desire to disentangle
the underlying framework and ``experiment'' that drives their causal
inferences.
\end{enumerate}
\noindent\textbf{Assignments:}
There will be problem sets most weeks. These will involve both
theoretical calculations and computer exercises in which you will be
asked to analyze data sets.. Solutions will be handed out written in R. Since there will be a fair number of problem sets, and in order to allow me to post the solutions quickly on the webpage for the course, I will not accept
late problem sets. If you anticipate difficulty meeting the deadline,
you can ask me for the problem set earlier to give you additional time
to work on it. Since there are a very large number of students in the class, I will not be providing individual feedback on the problem sets, but I am happy to discuss them in office hours.
In order to access these problem sets, you will need to have a Github account, as I will be using the Github classroom feature to distribute the problem sets. You can work together on the problem sets and discuss them with
classmates, but you need to write up the results individually and hand
them in separately. Grades will be based on the problem sets, divided
evenly over the problem sets.
I expect these assignments to be coded from ``scratch.'' I will
specify when canned packages are appropriate. In other words, when the problem is about estimating a regression, and it is not specified otherwise, I am not looking for the results of \texttt{lm( y $\sim$ x)}. Rather, I expect you to construct two matrices and calculate the estimates using this. I also expect you to attempt to maintain good coding practices while doing so -- this will
likely be challenging for those of you who are inexperienced at
programming, so please plan according. See
the following resources in R for guidance (Many thanks to Max Kasy for
organizing these materials):
\begin{itemize}
\item Introduction to Base R: \url{https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf}
\item R for Data Science: \url{https://r4ds.hadley.nz/}
\item Guidance on Data Visualization: \url{https://socviz.co/}
\end{itemize}
You are also very welcome (and encouraged) to use any and all large language model help when working on the problem sets!
\vskip.15in
\noindent\textbf{Main References:} %\footnotemark
This is a partial list of various interesting and useful books that will be touched during the course.
\begin{itemize}
\item Joshua Angrist and J\"orn-Steffen Pischke, {\textit{Mostly Harmless Econometrics}}
\item Bruce Hansen, {\textit{Econometrics}}
\item Peter M. Aronow and Benjamin T. Miller, {\textit{Foundations of Agnostic Statistics}}
\item Imbens and Rubin, {\textit{Causal Inference for Statistics, Social, and Biomedical Sciences}}
\item Kieran Healy, {\textit{Data Visualization: A Practical Introduction}}, \url{https://socviz.co/}
\item Scott Cunningham, {\textit{Causal Inference: The Mixtape}}, \url{https://mixtape.scunning.com/}
\end{itemize}
\vskip.15in
\noindent\textbf{Prerequisites:}
ECON 550, ECON 551
\bigskip
\textbf{Course Outline}
\begin{enumerate}
\item \underline{Causality, Statistics, and Economics}
\begin{enumerate}
\item Class 1: Potential Outcomes and Directed Acyclic Graphs
\begin{itemize}
\item Chapter 7, Aronow and Miller
\item Chapter 1, Imbens and Rubin
\item Chapter 3, Cunningham
\item ``Structural vs. Reduced Form'' Language, Confusion and Models in Empirical Economics, Haile \url{http://www.econ.yale.edu/~pah29/intro.pdf} (or on course website)
\item ``Models, Measurement, and the Language of Empirical Economics'', Haile \url{https://s3.amazonaws.com/file.paulgp.com/30d/haile.pdf
}
\item ``Statistics and Causal Inference'', Holland 1986
\item ``The Identification Zoo: Meanings of Identification in Econometrics'', Lewbel, 2019
\end{itemize}
\item Class 2: Research Design, Randomization, and Model- vs. Design-Based Inference
\begin{itemize}
\item Chapter 3+4, Imbens and Rubin
\item ``Causality and design-based inference'', Bowers, J. \& Leavitt, T. (2020)
\item ``Instruments, Randomization, and
Learning about Development'' Deaton (2010)
\item ``Better LATE Than Nothing: Some Comments on Deaton (2009) and Heckman and Urzua (2009)'' Imbens (2010)
\item ``Building Bridges between Structural and Program Evaluation Approaches to Evaluating Policy''
\item ``Let's take the Con out of Econometrics'', Leamer (1983)
\item ``The Credibility Revolution in Empirical Economics: How Better Research Design is Taking the Con out of Econometrics'', Angrist and Pischke (2010)
\end{itemize}
\item Class 3: Propensity Scores
\begin{itemize}
\item ``The central role of the propensity score in observational
studies for causal effects'' Rosenbaum and Rubin (1983)
\item ``Matching As An Econometric Evaluation Estimator'', Heckman, Ichimura, and Todd (1998)
\item ``Efficient Estimation of Average Treatment Effects Using the Estimated Propensity Score'', Hirano, Imbens and Ridder (2003)
\item ``Propensity Score-Matching Methods for Nonexperimental Causal Studies'', Dehijia and Wahba (2002)
\item ``Does matching overcome LaLonde's critique of nonexperimental estimators?'', Smith and Todd (2005)
\item ``Practical propensity score matching: a reply to Smith and Todd'', Dehijia (2005)
\item ``Nonparametric Estimation of Average Treatment Effects Under Exogeneity: A Review'', Imbens (2004)
\item ``Contamination Bias in Linear Regression,'' Goldsmith-Pinkham, Hull and Koles\'ar (2022)
\end{itemize}
\item Class 4: Interference, Spillovers and Dynamics
\begin{itemize}
\item ``Identification of Endogenous Social Effects: The Reflection Problem'' Manski (1993)
\item ``Social Networks and the Identification of Peer Effects'' Goldsmith-Pinkham and Imbens (2013)
\item ``Identification of treatment response with social interactions'' Manski (2013)
\item ``Estimating average causal effects under general interference.'' Aronow, P. M. \& Samii, C. (2017)
\item ``Exact p-Values for Network Interference'', Athey, Eckles and Imbens (2018)
\item ``Estimating peer effects in networks with peer encouragement designs'' Eckles, Kizilcec and Bakshy (2016)
\item ``Causal Inference under Temporal and Spatial Interference.'' Wang (2020) \url{https://www.yewang-polisci.com/publications}
\item ``How to Use Natural Experiments to Measure Misallocation'' Sraer and Thesmar (2022)
\end{itemize}
\end{enumerate}
\item \underline{Linear Regression}
\begin{enumerate}
\item Class 5: Inference
\begin{itemize}
\item ``Robust Standard Errors in Small Samples: Some Practical Advice.'' Imbens and Koles\'ar (2016)
\item ``GMM estimation with cross sectional dependence'' Conley (1999)
\item ``The Standard Errors of Persistence'' Kelly (2019)
\item ``Clustering, spatial correlations, and randomization inference.'' Barrios et al. (2012)
\item ``Robust Inference with multiway clustering'' Cameron et al. (2011)
\item ``Estimating standard errors in finance panel data sets: Comparing approaches'' Petersen (2009)
\item ``Sampling-based vs. Design-based Uncertainty in Regression Analysis.'' Abadie et al. (2019)
\item ``When Should You Adjust Standard Errors for Clustering?'' Abadie et al. (2022)
\item ``Using Wasserstein Generative Adversarial Networks for the Design of Monte Carlo Simulations'' Athey et al.
\end{itemize}
\item Class 6: Semiparametrics and Visualization
\begin{itemize}
\item ``On Binscatter'' Cattaneo et al. (2019)
\item ``Validation of Visual Statistical Inference, Applied to Linear Models'', Majumder, Hoffman and Cook (2014)
\item ``Visual Inference and Graphical Representation in Regression Discontinuity Designs,'' Kortin, Lieberman, Matsudaira, and Shen (2020)
\item ``Better Data Visualizations: A Guide for Scholars, Researchers, and Wonks'' Schwabish (2021)
\item ``Data Visualization: A Practical Introduction'', \url{https://socviz.co/}, Healy
\item ``Contamination Bias in Linear Regression'', Goldsmith-Pinkham, Hull and Koles\'ar (2022)
\end{itemize}
\item Class 7: Quantile Regression
\begin{itemize}
\item Koenker and Hallock. ``Quantile Regression''. 2001
\item Koenker. ``Quantile Regression: 40 Years On''. 2017
\end{itemize}
\item Class 8: Penalized linear regression
\begin{itemize}
\item ``Regression shrinkage and selection via the lasso'' Tibshiriani (1996)
\item ``The adaptive lasso and its oracle properties'', Zou (2006)
\item ``Sparse estimators and the oracle property, or the return of Hodges' estimator'' Leeb and Potscher (2008)
\item ``Preconditioning the lasso for sign consistency'' Jia and Rohe (2015)
\item ``Machine learning: an applied econometric approach'' Mullainathan and Spiess (2017)
\item ``Double/debiased/neyman machine learning of treatment effects'' Chernozhukov et al. (2017)
\item ``Double/debiased machine learning for treatment and structural parameters'' Chernozhukov et al. (2018)
\item ``Generic machine learning inference on heterogenous treatment effects in randomized experiments'' Chernozhukov et al. (2020)
\item ``High-Dimensional Methods and Inference on Structural and Treatment Effects'', Belloni, Chernozhukov and Hansen (2014)
\item ``Inference on treatment effects after selection among high-dimensional controls'' Belloni, Chernozhukov and Hansen (2014)
\item ``On model selection consistency of Lasso'' Zhao and Yu (2006)
\item ``Omitted variable bias of Lasso-based inference methods: A finite sample analysis'' Wuthrich and Zhu (2020)
\item ``Taming the factor zoo: A test of new factors'' Feng, Giglio, and Xiu (2020)
\end{itemize}
\end{enumerate}
\item \underline{Likelihood Methods}
\begin{enumerate}
\item Class 9: Binary Discrete Choice, GLM and Computational Methods
\begin{itemize}
\item ``Discrete Choice Methods with Simulation'' Train (2009) \url{https://eml.berkeley.edu/books/choice2.html}
\item ``Analysis of covariance with qualitative data'' Chamberlain (1980)
\item ``Binary Response Models for Panel Data: Identification and Information'' Chamberlain (2010)
\item ``Count (and count-like) data in finance'' Cohn, Liu and Wardlaw (2022)
\end{itemize}
\item Class 10: Multiple Discrete Choices
\begin{itemize}
\item ``Best practices for differentiated products demand estimation with pyblp'' Conlon and Gortmaker (2020)
\item ``Bayesian analysis of random coefficient models using aggregate data'' Jiang, Manchanda, and Rossi (2009)
\item ``Improving the Numerical Performance of Static and Dynamic Aggregate Discrete Choice Random Coefficients Demand Estimation'' Dub\'e, Fox, and Su (2012)
\item ``A demand system approach to asset pricing'' Koijen and Yogo (2019)
\end{itemize}
\item Class 11: Duration models
\begin{itemize}
\item ``Econometric Methods for the Duration of Unemployment'', Lancaster (1979)
\item ``Generalised residuals and heterogeneous duration models: With applications to the Weilbull model'', Lancaster (1985)
\item ``Duration Dependence and Labor Market Conditions: Evidence from a Field Experiment'', Kroft, Lange and Notowidigdo (2013)
\item ``Economic duration data and hazard functions'', Kiefer (1988)
\item ``Duration Models: Specification, Identification and Multiple Durations'', Van Den Berg (2001)
\item ``Autoregressive Conditional Duration: A New Model for Irregularly Spaced Transaction Data'', Engle and Russell (1998)
\item ``A nonlinear autoregressive conditional duration model with applications to financial transaction data'', Zhang, Russell and Tsay (2001)
\item ``The Econometrics of Financial Duration Modeling'', Cavaliere et al. (2022)
\end{itemize}
\item Class 12: Hierarchical modeling + Bayesian Shrinkage
\begin{itemize}
\item ``The Impacts of Neighborhoods on Intergenerational Mobility II: County-Level Estimates'' Chetty and Hendren (2018)
\item ``Understanding the average impact of microcredit expansions: A bayesian hierarchical analysis of seven randomized experiments'' Meager (2019)
\item ``Investing for the Long Run when Returns Are Predictable.'' Barberis (2000)
\item ``Is there a replication crisis in finance?'' Jensen, Kelly and Pedersen (2021)
\item ``SI 2022 Methods Lectures - Empirical Bayes Methods, Theory and Application'', Gu and Walters (2022) \url{https://www.nber.org/conferences/si-2022-methods-lectures-empirical-bayes-methods-theory-and-application}
\end{itemize}
\end{enumerate}
\item \underline{Canonical Research Designs}
\begin{enumerate}
\item Class 13: Difference-in-differences (Part I): single timing and staggered timing
\begin{itemize}
\item ``Difference-in-differences with variation in treatment timing'', Goodman-Bacon (2018)
\item ``Two-way fixed effects estimators with heterogeneous treatment effects'' de Chaisemartin and d'Haultfoeuille (2020)
\item ``Design-based analysis in difference-in-differences settings with staggered adoption'' Athey and Imbens (2018)
\item ``Difference-in-differences with multiple time periods'', Callaway and Santa'Anna (2020)
\item ``Pre-event trends in the panel event-study design'', Freyaldenhoven et al. (2019)
\item ``On the Use of Two-Way Fixed Effects Regression Models for Causal Inference with Panel Data'', Imai and Kim (2020)
\item ``Fuzzy differences-in-differences'' de Chaisemartin and d'Haultfoeuille (2018)
\item ``Semiparametric difference-in-differences estimators'' Abadie (2005)
\item ``How Much Should We Trust Staggered Difference-In-Differences Estimates?'' Baker, Larcker and Wang (2021)
\end{itemize}
\item Class 14: Difference-in-differences (Part II): Event Studies, Synthetic Control + Synthetic DinD
\begin{itemize}
\item ``Using synthetic controls: Feasibility, data requirements, and methodological aspects'' Abadie (2019)
\item ``Synthetic control methods for comparative case studies: Estimating the effect of California’s tobacco control program'' Abadie, Diamond and Hainmueller (2010)
\item ``Synthetic Difference In Differences'', Arkhangelsky et al. (2019)
\item ``Abnormal Return Event Studies and Difference-in-Differences'', Goldsmith-Pinkham and Lyu (2023)
\item ``The econometrics of financial markets'' Campbell Lo and Mackinley (2012), Chapter 4
\end{itemize}
\item Class 15: Difference-in-differences (Part III): The Checklist and Extensions
\begin{itemize}
\item ``What’s Trending in Difference-in-Differences? A Synthesis of the Recent Econometrics Literature'' Roth, Sant’Anna, Bilinski, and Poe (2022)
\item ``Efficient Estimation for Staggered Rollout Designs'' Roth and Sant'Anna (2022)
\item ``A More Credible Approach to Parallel Trends'' Roth and Rambachan (2022)
\item ``When Is Parallel Trends Sensitive to Functional Form?'' Roth and Sant'Anna (2022)
\item ``Difference-in-Differences with a Continuous Treatment'' Callaway, Goodman-Bacon and Sant'Anna (2021)
\end{itemize}
\item Class 16: Instrumental Variables (Part I)
\begin{itemize}
\item ``Identification and estimation of local average treatment effects'' Imbens and Angrist (1994)
\item ``Identification of causal effects using instrumental variables'' Angrist, Imbens and Rubin (1996)
\item ``Identification of Causal Effects Using Instrumental Variables: Comment'', Heckman (1996)
\item ``Instrumental Variables: A Study of Implicit Behavioral Assumptions Used in Making Program Evaluations'' Heckman (1997)
\item ``Comment on James J. Heckman,`Instrumental Variables: A Study of Implicit Behavioral Assumptions Used in Making Program Evaluations''' Angrist and Imbens (1999)
\item ``Instrumental variables: response to Angrist and Imbens'' Heckman (1999)
\item ``What Explains the 2007–2009 Drop in Employment?'' Mian and Sufi (2014)
\item ``Broken Instruemnts'' Gallen (2022)
\end{itemize}
\item Class 17: Instrumental Variables (Part II)
\begin{itemize}
\item ``On the structure of IV estimands'' Andrews (2019)
\item ``Weak instruments in instrumental variables regression: Theory and practice'' Andrews, Stock and Sun (2019)
\item ``Jackknife instrumental variables estimation'' Angrist, Imbens and Krueger (1999)
\item ``Random effects estimators with many instrumental variables'' Chamberlain and Imbens (2004)
\item ``Tolerating defiance? Local average treatment effects without monotonicity'' de Chaisemartin
\item ``Weak Instruments in Instrumental Variables Regression: Theory and Practice'', Andrews, Stock and Sun (2018)
\item ``Local instrumental variables and latent variable models for identifying and bounding treatment effects'' Heckman and Vytlacil (1999)
\end{itemize}
\item Class 18: Instrumental Variables (Part III)
\begin{itemize}
\item ``On the structure of IV estimands'' Andrews (2019)
\item ``Weak instruments in instrumental variables regression: Theory and practice'' Andrews, Stock and Sun (2019)
\item ``Jackknife instrumental variables estimation'' Angrist, Imbens and Krueger (1999)
\item ``Random effects estimators with many instrumental variables'' Chamberlain and Imbens (2004)
\item ``Tolerating defiance? Local average treatment effects without monotonicity'' de Chaisemartin
\item ``Weak Instruments in Instrumental Variables Regression: Theory and Practice'', Andrews, Stock and Sun (2018)
\item ``Local instrumental variables and latent variable models for identifying and bounding treatment effects'' Heckman and Vytlacil (1999)
\end{itemize}
\item Class 19: Bartik, Simulated, Recentered, and Granular Instruments
\begin{itemize}
\item ``Bartik Instruments: What, When, Why and How'' Goldsmith-Pinkham, Sorkin and Swift (2020)
\item ``Quasi-experimental shift-share research designs'' Borusyak, Hull and Jaravel (2020)
\item ``Shift-share designs: Theory and inference'' Adao, Kolesar and Morales (2019)
\item ``Non-random exposure to exogenous shocks: Theory and applications'' Borusyak and Hull (2021)
\item ``Efficient Estimation with Non-Random Exposure to Exogeneous Shocks'' Borusyak and Hull (2022)
\item ``The Estimation of Treatment Effects in Simulated Instrument Designs'', Aronow, Goldsmith-Pinkham and Sorkin (mimeo)
\item ``Granular Instrumental Variables'', Gabaix and Koijen (2022)
\item ``Included and Excluded Instruments in Structural Estimation,'' Andrews, Barahona, Gentzkow, Rambachan, and Shapiro (2022)
\end{itemize}
\item Class 20: Examiners, Leniency, and Hausman Instruments
\begin{itemize}
\item ``Consumer bankruptcy and financial health'' Dobbie, Goldsmith-Pinkham and Yang (2016)
\item ``How Do Consumers Fare When Dealing with Debt Collectors? Evidence from Out-of-Court Settlements'' Cheng, Severino and Townsend (2020)
\item ``The criminal and labor market impacts of incarceration.'' Mueller-Smith (2015)
\item ``Judging Judge Fixed Effects'' Frandsen, Lefgren and Leslie (2020)
\item ``Racial bias in bail decisions'' Arnold, Dobbie, and Yang (2018)
\item ``Family Welfare Cultures'', Dahl, Kostol and Mogstad (2014)
\end{itemize}
\item Class 21: Regression Discontinuity I: Identification and Groundwork
\begin{itemize}
\item ``Identification and estimation of treatment effects with a regression-discontinuity design'' Hahn, Todd and Van Der Klaauw (2001)
\item ``A Practical Introduction to Regression Discontinuity Designs: Foundations'', Cattaneo, Idrobo and Titiunik, (2020)
\item ``A Practical Introduction to Regression Discontinuity Designs: Extensions,'' Cattaneo, Idrobo and Titiunik, (2021)
\item ``Inference in Regression Discontinuity Designs with a Discrete Running Variable'', Kolear and Rothe (2018)
\item ``Why High-Order Polynomials Should Not Be Used in Regression Discontinuity Designs'', Gelman and Imbens (2018)
\item ``Inference on causal effects in a generalized regression kink design'' Card et al. (2015)
\item ``Robust nonparametric confidence intervals for regression-discontinuity designs'' Calanico et al. (2014)
\item ``Regression discontinuity designs using covariates'' Calanico et al (2019)
\item ``Investment and financing constraints: Evidence from the funding of corporate pension plans'' Rauh (2006)
\item ``Threshold Events and Identification: A Study of Cash Shortfalls'' Bakke and WHited (2012)
\end{itemize}
\item Class 22: Regression Discontinuity II: The Checklist
\item Class 23: Regression Discontinuity III: Extensions
\begin{itemize}
\item ``Approximate Permutation Tests and Induced Order Statistics in the Regression Discontinuity Design'', Canay and Kamat (2017)
\item ``Manipulation of the running variable in the regression discontinuity design: A density test'', McCrary (2008)
\item ``External Validity in Fuzzy Regression Discontinuity Designs'', Bertanha and Imbens (2019)
\item ``Bounds on treatment effects in regression discontinuity designs with a manipulated running variable'', Gerard, Rokkanen and Rothe (2020)
\item ``A Simple Adjustment for Bandwidth Snooping'', Armstrong and Kolesar (2018)
\end{itemize}
\end{enumerate}
\item \underline{Machine Learning}
\begin{enumerate}
\item Class 24: Supervised Machine Learning I: Prediction
\begin{itemize}
\item ``Machine Learning Methods Economists Should Know About.''Athey S, Imbens G. (2019)
\item ``Predictably Unequal? The Impact of Machine Learning on Credit Markets'' Fuster et al. (2020)
\item ``Deep Neural Networks for Estimation and Inference'' Ferrell, Liang and Misra (2020)
\end{itemize}
\item Class 24: (IF TIME PERMITS) Unstructured Data and Unsupervised Machine Learning
\begin{itemize}
\item ``Text as Data'', Kelly, Gentzkow and Taddy (2020)
\item ``Measuring Technological Innovation Over the Long Run'', Kelly et al. (2020)
\item ``Parsing the content of bank supervsision'', Goldsmith-Pinkham, Hirtle and Lucca (2017)
\item ``Grouped Patterns of Heterogeneity in Panel Data'', Bonhomme and Manresa (2015)
\item ``Computer Vision and Real Estate: Do Looks Matter and Do Incentives Determine Looks'', Glaeser, Kincaid, and Naik (2018)
\item ``Word Power: A New Approach for Content Analysis'', Jegadeesh and Wu (2013)
\item ``Text Selection'', Kelly, Manela and Moreira (2020)
\item ``The Structure of Economic News'', Bybee et al. (2020)
\end{itemize}
\item Class 25: Supervised Machine Learning II: Heterogeneous Treatment Effects
\begin{itemize}
\item ``Estimation and Inference of Heterogeneous Treatment Effects using Random Forests'' Wager and Athey (2019)
\item ``Recursive partitioning for heterogeneous causal effects'' Athey and Imebns (2016)
\item ``Using Causal Forests to Predict Treatment Heterogeneity: An Application to Summer Jobs'' Davis and Heller (2017)
\item ``Generic Machine Learning Inference On Heterogenous
Treatment Effects In Randomized Experiments, With An Application
To Immunization In India'' Chernozhukov et al. (2020)
\end{itemize}
\end{enumerate}
\item \underline{Miscellaneous}
\begin{enumerate}
\item Class 26: Partial Identification
\begin{itemize}
\item ``Nonparametric bounds on treatment effects'' Manski. (1990)
\item ``Confidence intervals for partially identified parameters'' Imbens and Manski (2004)
\item ``Inference on regressions with interval data on a regressor or outcome'' Manski and Tamer (2002)
\item ``Estimation and Confidence Regions for Parameter Sets in Econometric Models'' Chernozhukov, Hong and Tamer (2007)
\item ``Training, Wages, and Sample Selection: Estimating Sharp Bounds on Treatment Effects'' Lee (2009)
\item ``Better Lee Bounds'' Semenova (2020)
\item ``Monotone Treatment Response'' Manski (1997)
\item ``Partial Identification in Econometrics'', Tamer (2010)
\item ``Microeconometrics with Partial Identification'', Molinari (2020)
\end{itemize}
\end{enumerate}
\end{enumerate}
\vspace*{.15in}
\noindent\textbf{Grading Policy:} Grades will be based on the problem sets, divided evenly over the problem sets. There will be no mid-term or final exam
\vskip.15in
\noindent\textbf{Class Policy:}
\begin{itemize}
\item Regular attendance is not required, but is preferred.
\end{itemize}
\end{document}