/econometrics

Slides for the PhD level course in Econometrics at the Tinbergen Institute, Amsterdam

Primary LanguageHTML

Econometrics

This is the repository for slides for the PhD level course in Econometrics at the Tinbergen Institute, Amsterdam.

The outline of the course (syllabus):

  1. Censored regression, selection model, weak IV, and quantile regression
  2. Static linear panel data models
  3. Potential outcomes model, randomized experiments, and power analysis
  4. Natural experiments and LATE
  5. Difference-in-differences design
  6. Regression discontinuity design
  7. Summary of the course

The recommneded books are:

  1. The Effect: An Introduction to Research Design and Causality by Nick Huntington-Klein
  2. Causal Inference: The Mixtape by Scott Cunningham
  3. Microeconometrics: Methods and Applications by Colin Cameron and Pravin Trivedi.

The slides are based on the teaching materials from:

  1. Econometrics Course by Nick Huntington-Klein
  2. Causality Inference Course by Nick Huntington-Klein
  3. Applied Empirical Methods Course by Paul Goldsmith-Pinkham.

The code to generate all slides is availible in each folder in .Rmd format. If you knit these .Rmd files, you will create slides in .html format which is handy to open in a browser (there are also a few dynamic graphs that work only in a browser). If you want to compile slides in .pdf format, then:

  • Knit .Rmd file that creates .html slides;
  • Type "pagedown::chrome_print("tutorial1.html", output="tutorial1.pdf")" without quotation marks in the R console to create .pdf slides (notice that a name "tutorial1.html" should refer to the name of the set of slides you are creating).

If you intend to use these slides in your class, please give a reference to this GitHub page.