Giter VIP home page Giter VIP logo

eventstudyinteract's Introduction

EventStudyInteract

eventstudyinteract is a Stata package that implements the interaction weighted estimator for an event study. Sun and Abraham (2020) proposes this estimator as an alternative to the canonical two-way fixed effects regressions with relative time indicators. Sun and Abraham (2020) proves that this estimator is consistent for the average dynamic effect at a given relative time even under heterogeneous treatment effects. As outlined in the paper, eventstudyinteract uses either never-treated units or last-treated units as the comparison group. A similar estimator is Callaway and Sant'Anna (2020), which uses all not-yet-treated units for comparison.

eventstudyinteract also constructs pointwise confidence intervals valid for the effect at a given relative time. The bootstrap-based inference by Callaway and Sant'Anna (2020) constructs simultaneous confidence intervals that are valid for the entire path of dynamic effects, i.e., effects across multiple relative times.

Callaway and Sant'Anna (2020) provides an R package did for their estimation and inference procedure.

Installation

eventstudyinteract can be installed easily via the github package, which is available at https://github.com/haghish/github. Specifically execute the following code in Stata:

net install github, from("https://haghish.github.io/github/")

To install the eventstudyinteract package , execute the following in Stata:

github install lsun20/eventstudyinteract

which should install the dependency packages. If not working, try manually install

ssc install avar
ssc install reghdfe
ssc install ftools

If you run into an error message of class FixedEffects undefined, this can usually be resolved by reghdfe, compile as suggested by the repository of reghdfe.

To update the eventstudyinteract package, execute the following in Stata:

github update eventstudyinteract

Documentation is included in the Stata help file that is installed along with the package. An empirical example is provided in the help file.

Authors and acknowledgment

Liyang Sun

Preprint of Sun and Abraham (2020) is available on my personal website.

eventstudyinteract's People

Contributors

lsun20 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.