Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathandroth/Advanced-DID-ISR
https://github.com/jonathandroth/Advanced-DID-ISR
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathandroth/Advanced-DID-ISR
- Owner: jonathandroth
- Created: 2023-07-26T21:25:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T17:08:09.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:03:50.262Z (3 months ago)
- Language: TeX
- Size: 19.4 MB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Recent Advances in Difference-in-Differences at ISR
Welcome to my one-day course on difference-in-differences at ISR at the University of Michigan.
This will be a four-hour workshop that will involve three main components: lectures, a coding exercise, and an "online office hour" for your unique DiD Q&A.
The exact timing will depend on how many questions people ask, but a rough outline of the planned schedule is as follows:
All times Eastern Time.
- 9-9:15 **Introduction: Overview of Recent Advances in DiD**
- 9:15-10:15 **Lecture 1: Testing the Parallel Trends Assumption: Issues and Limitations**
- 10:15-10:30 **Break**
- 10:30-11:45 **Lecture 2: New Approaches When Parallel Trends May Be Violated**
- 11:45-12:15 **Coding Exercise**
- 12:15-1 **Open "Office Hours" (Q&A)**## Coding Exercise Instructions
The coding exercise we will do today is [Exercise 2](https://github.com/Mixtape-Sessions/Advanced-DID/tree/main/Exercises/Exercise-2#exercise-2-violations-of-parallel-trends) from my Advanced DiD class taught through MixTape Sessions. This coding exercise considers methods for sensitivity analysis for violations of the parallel trends assumption using the **HonestDiD** package. (You are welcome to try Exercise 1 on your own, which covers new methods for settings with staggered treatment timing.)
The data for Exercise 2 is the same as for Exercise 1, so you should first look at the Exercise 1 [instructions](https://github.com/Mixtape-Sessions/Advanced-DID/tree/main/Exercises/Exercise-1#data) for loading the data, then flip back to [Exercise 2](https://github.com/Mixtape-Sessions/Advanced-DID/tree/main/Exercises/Exercise-2#exercise-2-violations-of-parallel-trends).
The instructions tell you what to do in both R and Stata. You can find the solutions available here: [Stata](https://raw.githack.com/Mixtape-Sessions/Advanced-DID/main/Exercises/Exercise-2/Solutions/medicaid-analysis-pt-violations-solutions-stata.html) [R](https://raw.githack.com/Mixtape-Sessions/Advanced-DID/main/Exercises/Exercise-2/Solutions/medicaid-analysis-pt-violations-solutions-stata.html)