layout | title | nav_order |
---|---|---|
default |
R packages |
3 |
Packages are sorted in alphabetical order by name. If the installation says install_github<name>
, then you first need to install the devtools
package install.packages("devtools")
. Some installation paths have been split across lines to preserve table formatting in Markdown. When copying these make sure they are in the same line, for example, devtools::install_github("pedrohcgs/DRDID")
. Package documentation is identified in the Website column.
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!