Table of Contents

Introduction

1. The Intern

2. The Book

3. The Outline

4. Hello R World

1. minimum wage .csv

5. Discussion and Further Reading


Experiments


Ch1: Ordinary Least Squares


Ch2: Multiple Regression


Ch3: Instrumental Variables


Ch4: Bounds Estimation


Structural Estimation


Ch5: Estimating Demand


Ch6: Estimating Selection Models


Ch7: Demand Estimation with IV


Ch8: Estimating Games

  1. Introduction

  2. Mixed Strategy Nash Equilibrium

  3. General Method of Moments

  4. Estimating the Third Down Game

  5. Are NFL Coaches Rational?

    1. NFLQ1 (Google Sheets)

    2. Original data from https://www.kaggle.com/maxhorowitz/nflplaybyplay2009to2016

    3. Code used to transform the data.

  6. Discussion and Further Reading

  7. Problems

  8. Julia code


Ch9: Estimating Auction Models


Repeated Measurement


Ch10: Panel data


Ch11: Synthetic Controls

    1. Introduction

    2. Beyond "Parallel Trends"

    3. Abadie Estimator

      1. Data (Google sheet)

      2. Column Names (Google Sheet)

    4. Regularization

    5. Factor Models

    6. Discussion and Further Reading

    7. Problems


Ch12: Mixture Models


Appendix


  1. Measuring Uncertainty

    1. Introduction

    2. Classical Statistics

    3. Bayesian Statistics

    4. Empirical Bayesian Estimation

    5. The Sultan of the Small Sample Size

      1. bat_ave.csv

      2. Original data from Sean Lahman: http://www.seanlahman.com/baseball-archive/statistics/

      3. R code to tranform data.

    6. Decision Theory

    7. Discussion and Further Reading


  1. Statistical Programming in R

    1. Introduction

    2. Objects in R

    3. Interacting with Objects

    4. Statistics

    5. Control

    6. Optimization

    7. Discussion and Further Reading




Additional Material