4.1 — Multivariate OLS Estimators — Class Content

Meeting Dates

Monday, October 31, 2022

Overview

Today we continue looking at multivariate regression, and see how the introduction of additional variables affects our model: the interpretation of the marginal effects (and we will measure an example of omitted variable bias), the standard errors of the estimators, and the goodness of fit of the regression.

We continue the extended example about class sizes and test scores, which comes from a (Stata) dataset from an old textbook that I used to use, Stock and Watson, 2007. Download and follow along with the data from today’s example:1

I have also made a RStudio Cloud project documenting all of the things we have been doing with this data that may help you when you are working with regressions:

Readings

  • Ch. 5.1, 5.2, 5.4 in Bailey, Real Econometrics

R Practice

Today you will be working on R practice problems on multivariate regression. Answers will be posted later on that page.

Assignments

Problem Set 4 Due Fri Nov 11

Problem Set 4 is due by the end of the day on Tuesday, November 11.

Happy Halloween!

Slides

Below, you can find the slides in two formats. Clicking the image will bring you to the html version of the slides in a new tab. The lower button will allow you to download a PDF version of the slides.

I suggest printing the slides beforehand and using them to take additional notes in class (not everything is in the slides)!

4.1-slides

Download as PDF

Footnotes

  1. Note this is a .dta Stata file. You will need to (install and) load the package haven to read_dta() Stata files into a dataframe.↩︎