Skip to content

Commit

Permalink
minor code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asjadnaqvi committed Nov 6, 2024
1 parent a51bcae commit ef41b4e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ remote_theme: pmarsceill/just-the-docs


title: DiD
description: Follow the latest developments in the DiD literature.
description: Difference-in-difference package tracker.
#baseurl: "/DiD" # the subpath of your site, e.g. /blog
#url: "https://asjadnaqvi.github.io/DiD/" # the base hostname & protocol for your site, e.g. http://example.com

Expand Down
1 change: 0 additions & 1 deletion docs/02_R.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ Brantly Callaway and [Pedro H.C. Sant'Anna](https://pedrohcgs.github.io/) [<img
[Olivia Healy](https://www.oliviajhealy.com/home) [<img width="12px" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/twitter.svg" />](https://twitter.com/olivia_j_healy) has a [presentation](http://resources.oliviajhealy.com/TWFE_Healy.pdf) that dicusses the DiD literature and also goes over the cs-did implementation in R.


A big thanks to [Taylor Wright](https://github.com/taylorjwright) [<img width="12px" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/twitter.svg" />](https://twitter.com/taylor_wright) for initially helping with identifying the R packages!
6 changes: 3 additions & 3 deletions docs/03_julialang.md → docs/03_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ image: "../../../assets/images/DiD.png"
nav_order: 4
---

# Julia packages
# Python packages

This is still being updated. See links below for details. There is also a [Julia DiffinDiff](https://github.com/JuliaDiffinDiffs) group on GitHub which contains various packages.


| Name | Installation | Package by | Reference paper |
| --- | --- | --- | --- |
| InteractionWeightedDIDs.jl | [GitHub](https://github.com/JuliaDiffinDiffs/InteractionWeightedDIDs.jl) | | |
| SynthControl.jl | [GitHub](https://github.com/nilshg/SynthControl.jl) | | |
| csdid | [GitHub](https://github.com/d2cml-ai/csdid) | [Alexander Quispe](https://github.com/alexanderquispe), [Alexander Fischer](https://github.com/s3alfisc) | Callaway and Sant'Anna 2021 |



19 changes: 19 additions & 0 deletions docs/04_julialang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: default
title: Julia packages
image: "../../../assets/images/DiD.png"
nav_order: 5
---

# Julia packages

This is still being updated. See links below for details. There is also a [Julia DiffinDiff](https://github.com/JuliaDiffinDiffs) group on GitHub which contains various packages.


| Name | Installation | Package by | Reference paper |
| --- | --- | --- | --- |
| DiffinDiffs.jl | [GitHub](https://github.com/JuliaDiffinDiffs/DiffinDiffs.jl) | [Junyuan Chen](https://github.com/junyuan-chen) | Sun and Abraham 2021 |
| InteractionWeightedDIDs.jl | [GitHub](https://github.com/JuliaDiffinDiffs/InteractionWeightedDIDs.jl) | [Junyuan Chen](https://github.com/junyuan-chen) | Sun and Abraham 2021 |



6 changes: 6 additions & 0 deletions docs/code/06_08_stackedev.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ help stackedev

## Test the command

Define the reference year:

```stata
ren F_1 ref //base year
```

Let's run the basic `stackedev` command:

Expand Down

0 comments on commit ef41b4e

Please sign in to comment.