Skip to content

Commit

Permalink
last update to slides and add stata data
Browse files Browse the repository at this point in the history
  • Loading branch information
bcallaway11 committed Oct 17, 2023
1 parent caeb90a commit 4bce7d1
Show file tree
Hide file tree
Showing 169 changed files with 14,478 additions and 36 deletions.
Binary file added Exercises/Exercise-1/job_displacement_data.dta
Binary file not shown.
24 changes: 18 additions & 6 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,15 @@ <h2>Schedule</h2>
<p>High-level discussion about using panel data for causal inference and
an introduction/review of DID approaches</p>
<p><b>Slides</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/DID-Introduction.html">Slides</a></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/apm.RData">Data</a></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Slides/DID-Introduction.html">Slides</a></p>
<p>[<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/mw_data_ch2.RData">R
Data full</a>] [<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/mw_data_ch2.dta">Stata
dta full</a>]</p>
<p>[<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/data2.RData">R
Data subset used in slides</a>] [<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/data2.dta">Stata
dta subset used in slides</a>]</p>
<p>[<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/DID-Introduction.R">R
Code used in slides</a>]</p>
<details open>
<summary>
<b>Relaxing Parallel Trends (&amp; Covariates Good and Bad)</b>
Expand All @@ -402,11 +409,16 @@ <h2>Schedule</h2>
and dealing with covariates that could have been affected by the
treatment</p>
<p><b>Slides</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Relaxing-Parallel-Trends.html">Slides</a></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Slides/Relaxing-Parallel-Trends.html">Slides</a></p>
<p>[Data] - same as in first session</p>
<p>[<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Relaxing-Parallel-Trends.R">R
Code used in slides</a>]</p>
<p><b>Coding Exercises</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/exercise1.html">Exercise
1</a></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/job_displacement_data.RData">Data</a></p>
<p>[<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/job_displacement_data.RData">R
data</a>] [<a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/job_displacement_data.dta">Stata
dta</a>]</p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/exercise1_sol.html">Solutions</a></p>
</details>
<p><br /></p>
Expand All @@ -421,7 +433,7 @@ <h2>Schedule</h2>
high-level discussion of how to adapt “heterogeneity robust” strategies
to new empirical settings</p>
<p><b>Slides</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/More-Complicated-Treatment-Regimes.html">Slides</a></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Slides/More-Complicated-Treatment-Regimes.html">Slides</a></p>
<p><b>Coding Exercises</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-2/exercise2a.html">Exercise
2a</a></p>
Expand All @@ -443,7 +455,7 @@ <h2>Schedule</h2>
on lagged outcomes as alternative under-the-hood identification
strategies.</p>
<p><b>Slides</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Alternative-Identification-Strategies.html">Slides</a></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Slides/Alternative-Identification-Strategies.html">Slides</a></p>
<p><b>Coding Exercises</b></p>
<p><a href="https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-2/exercise2b.html">Exercise
2b</a></p>
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ High-level discussion about using panel data for causal inference and an introdu

[Slides](https://mixtape-sessions.github.io/Frontiers-in-DID/Slides/DID-Introduction.html)

[Data](https://mixtape-sessions.github.io/Frontiers-in-DID/apm.RData)
[[R Data full](https://mixtape-sessions.github.io/Frontiers-in-DID/mw_data_ch2.RData)] [[Stata dta full](https://mixtape-sessions.github.io/Frontiers-in-DID/mw_data_ch2.dta)]

[[R Data subset used in slides](https://mixtape-sessions.github.io/Frontiers-in-DID/data2.RData)] [[Stata dta subset used in slides](https://mixtape-sessions.github.io/Frontiers-in-DID/data2.dta)]

[[R Code used in slides](https://mixtape-sessions.github.io/Frontiers-in-DID/DID-Introduction.R)]

<details open><summary><b>Relaxing Parallel Trends (& Covariates Good and Bad)</b></summary><br/>

Expand All @@ -34,11 +38,15 @@ Relaxing the parallel trends assumption by conditioning on covariates and dealin

[Slides](https://mixtape-sessions.github.io/Frontiers-in-DID/Slides/Relaxing-Parallel-Trends.html)

[Data] - same as in first session

[[R Code used in slides](https://mixtape-sessions.github.io/Frontiers-in-DID/Relaxing-Parallel-Trends.R)]

<b>Coding Exercises</b>

[Exercise 1](https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/exercise1.html)

[Data](https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/job_displacement_data.RData)
[[R data](https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/job_displacement_data.RData)] [[Stata dta](https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/job_displacement_data.dta)]

[Solutions](https://mixtape-sessions.github.io/Frontiers-in-DID/Exercises/Exercise-1/exercise1_sol.html)

Expand Down
1,618 changes: 1,618 additions & 0 deletions Slides/DID-Introduction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Slides/DID-Introduction.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ load(url("https://github.com/bcallaway11/did_chapter/raw/master/mw_data_ch2.RDat
```{r}
# drops NE region and a couple of small groups
mw_data_ch2 <- subset(mw_data_ch2, (G %in% c(2004,2006,2007,0)) & (region != "1"))
head(mw_data_ch2[,c("id","year","G","lemp","lpop","region")])
head(mw_data_ch2[,c("id","year","G","lemp","lpop","lavg_pay","region")])
```

<br>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Slides/DID-Introduction_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Slides/DID-Introduction_files/libs/kePrint-0.0.1/kePrint.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(document).ready(function(){
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') {
$('[data-toggle="tooltip"]').tooltip();
}
if ($('[data-toggle="popover"]').popover === 'function') {
$('[data-toggle="popover"]').popover();
}
});
Loading

0 comments on commit 4bce7d1

Please sign in to comment.