This is the syllabus for the 2nd year course advanced econometrics offered by the department of economics at SciencesPo Paris.
You need to have taken the course Introduction to Econometrics with R at SciencesPo. Alternatively, if you are an exchange student, you need to have taken a course that covers the same syllabus. You will have to make sure that you are familiar with R
knowledge we accumulate in that course as well.
We continue with our practical approach to learning Econometrics and R where we left it in the introductory part “Introduction to Econometrics with R”. We will learn about an important method to establish casual relationships in non-experimental data, called “Instrumental Variables”. We will learn about panel data, that is, data which tracks individuals over time. We will look at situations when our outcome data is discrete in nature, like “subject i chose option A (and not B)”. And we will look at a range of simple machine learning methods which are helpful for classification and prediction tasks.
Notice that several of those lectures extend over two sessions.
Lecture 0: Introduction and contiuation from intro course: Difference-in-Differences [HTML]
Lecture 1: Introduction, Logistics and Recap 1 from intro course. Uncertainty in regression estimates, orthogonality of error, BLUE property. [HTML]
Lecture 2: Recap 2 from intro course. What's a model, omitted variable bias, interpreting coefficients, the log transformation [HTML]
Lecture 3: intro to the data.table
package [HTML]
Lecture 4: Instrumental Variables and Causality 1. John Snow's Cholera Experiment as a motivation for the IV estimator, using a DAG to think about the exclusion restriction, the Wald estimator. [HTML]
Lecture 5: Instrumental Variables and Causality 2. 2SLS, returns to schooling and ability bias, replicating Angrist and Krueger (1991), IV mechanics, identification and inference, weak instruments [HTML]
Lecture 6: Panel Data 1: What, How and Why? Application to crime rates at county level, within and between variation, the within transformation, running panel regressions in R [HTML]
Lecture 7: Discrete Outcomes: Logit and Probit. Bernoulli reminder, Mroz dataset, the linear probability model, the saturated LPM, logit and probit marginal effects, Goodness of fit in non-linear binary response models. [HTML]
Lecture 8: Intro to Statistical (or Machine) Learning 1: the bias-variance-tradeoff, taxonomy of methods, parametric vs non-parametric, linear vs nonlinear, relationship between variance, bias and MSE [HTML]
Lecture 9: Intro to Statistical (or Machine) Learning 2: Subset selection (Lasso and Ridge regressions), unsupervised learning (PCA and K-means clustering) [HTML]
You can copy and adapt this material for your purposes, as long as you give appropriate credit and share the work yourself under same terms. Of course you can use the slides to teach in your classrooms. Appropriate Credit means that somewhere in your slides there is link back to this repo, indicating that this is what you are building upon. Click on the icon for details.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
- These are simply Rmarkdown slides.
- So, in Rstudio, just click knit.
- To print slides as PDF, do
decktape chapter1.html chapter1.pdf --chrome-arg=--disable-web-security
using the awesome decktape