Class 3: Introduction to Causal Inference
Today we’ll introduce the potential outcomes framework. We’ll discuss what this means and what we’ll seek to estimate going forward.
Objectives
- Explain potential outcomes
- Derive and explain the average treatment effect
- Explain the differences between an average treatment effect and the average treatment effect on the treated
Activities
- Finalize software setup
- Confirm ability to commit and push changes to GitHub
- Create your own Medicare Advantage repository and begin working with data. Some specific steps…
- Create an SSH key on your computer and pair with GitHub
- Create GitHub repository
- Clone to your local computer
- Create folder structure (check Assignments Page for more detail)
- Download data from OneDrive (check link on Canvas) and move to
data/input
folder - Download code from the GitHub repository for the assignment and move to
data-code
folder