This repository contains materials for EC 320: Introduction to Econometrics, taught in the Spring of 2022 by Emmett Saulnier.
This course introduces the statistical techniques that help economists learn about the world using data. We will focus much of our attention on regression analysis, the workhorse of applied econometrics. Using calculus and introductory statistics, we will cultivate a working understanding of the theory underpinning regression analysis—how it works, why it works, and when it can lead us astray. We will apply the insights of theory to work with and learn from actual data using R, a statistical programming language. To the extent that you invest the requisite time and effort, you can leave this course with marketable skills in data analysis and—most importantly—a more sophisticated understanding of the notion that correlation does not necessarily imply causation.
The HTML versions of the lecture slides allow you to view animations and interactive features, provided that you have an internet connection. The PDF slides don't require an internet connection, but they cannot display the animations or interactive features.
Each bullet point represents a given week.
-
Introduction to
R
.html -
Working with Data .html
-
Grouping, Summarizing, and Plotting Data .html
-
Simple Linear Regression .html
-
Midterm Review
-
Hypothesis Testing .html
-
Multivariate Linear Regression .html
-
Transformations, Dummies, and Interactions .html
-
Plots .html
Material for this course has contributions from Ed Rubin (@edrubin), Kyle Raze (@kyleraze), and Philip Economides(@peconomi), who have taught the class prior to me and graciously made their work public. I also source some material from Nick Huntington-Klein (@NickCH-K), who maintains a trove of resources for learning causal inference.