DiffinDiffs.jl
DiffinDiffs.jl copied to clipboard
A suite of Julia packages for difference-in-differences
Hi and thanks again for this package! I'd like to use it for my research project. Is there a chance this package can implement the estimator in [DiD.R](https://github.com/bcallaway11/did)?
Hi there, I am the author of the {did2s} package for R and Stata and was wondering if you would be interested in implementing the method into Julia? I'm interested...
Hey, good to see someone else working on modern causal inference in Julia! I'm the author of [SynthControl](https://github.com/nilshg/SynthControl.jl) and [TreatmentPanels](https://github.com/nilshg/TreatmentPanels.jl), two packages in a similar space. With TreatmentPanels I'm trying...
Hi cool package! I just ran into an issue when trying to use the `agg()` function. The result of the `@did` call (using dynamic treatment) has 6965 treatweights and treatcounts...