DiD
DiD copied to clipboard
Keeping track of what is going on with the latest DiD innovations.
R code
Hi Asjad, Thanks for putting together this excellent public good. Would you be open to adding R code examples that match the existing Stata pages on the site? I know...
Thanks for the aggregator on new DD stuff. Here are a couple papers and links to add: - Tymon Słoczyński, “Interpreting OLS Estimands When Treatment Effects Are Heterogeneous: Smaller Groups...
There are two books with modules and functions to do DiD in python: * https://mixtape.scunning.com/09-difference_in_differences#bacon-decomposition-theorem * https://theeffectbook.net/ch-DifferenceinDifference.html?panelset=python-code I will organize the information and added when I have more time. If...
I have five variables[ (fid or firm id - Panel identifier), (year- time ), (group variable - first_treat constructed in which year a firm received the treatment), depvar- Log(loans+1) and...
This is a questions for R, that is @grantmcdermott: is there already a package that gives you an interface to run all the different estimators? Seems like the logical next...
`did_multiplegt lnwwe groupid year wec1 if _weight!=.,robust_dynamic dynamic(5) placebo(3) controls( $firmlist $industriallist $citylist $policy) breps(10) cluster( double_cluster ) // wec1 is a dummy ` I do not know why and...