layout | title | image | nav_order |
---|---|---|---|
default |
R packages |
../../../assets/images/DiD.png |
3 |
Packages are sorted in alphabetical order by name. If the installation says remotes::install_github<name>
, then you first need to install the remotes
package with install.packages("remotes")
. Please note that some installation paths have been split across lines to preserve table formatting in Markdown. Make sure they are in the same line when you copy them across to your own R console, for example, remotes::install_github("asheshrambachan/HonestDiD")
. Package documentation is identified in the Website column.
Florian M. Hollenbach. Comparing Staggered DiD.
Grant McDermott maintains the R code section on this website.
Brantly Callaway and Pedro H.C. Sant'Anna have a bunch of guides for csdid in R.
Kyle Butts has an R event study package that plots multiple estimators.
Olivia Healy has a presentation that dicusses the DiD literature and also goes over the cs-did implementation in R.
A big thanks to Taylor Wright for initially helping with identifying the R packages!