SkillAgentSearch skills...

Eventstudyr

No description available

Install / Use

/learn @JMSLab/Eventstudyr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

eventstudyr <img src='man/figures/logo.png' align="right" height="139" />

<!-- badges: start -->

CRAN
status CRAN RStudio mirror
downloads

<!-- badges: end -->

Overview

The eventstudyr package implements tools for estimating linear panel event study models, following the recommendations in Freyaldenhoven et al. (2021). Includes sup-t bands, testing for key hypotheses, least wiggly path through the Wald region. Allows instrumental variables estimation following Freyaldenhoven et al. (2019).

Installation

# Install from CRAN
install.packages("eventstudyr")

# Install latest version from GitHub
install.packages("devtools")
devtools::install_github("JMSLab/eventstudyr")

Usage

Find a minimal example below. For more examples see the package documentation and vignette.

library(eventstudyr)
set.seed(10) # for reproducibility of sup-t bands

estimates_ols <- EventStudy(
   estimator = "OLS",
   data = example_data,   # Use package sample data
   outcomevar = "y_smooth_m",
   policyvar = "z",
   idvar = "id",
   timevar = "t",
   controls = "x_r",
   pre = 0,  post = 4,
   kernel = "fixest"
)

plt <- EventStudyPlot(estimates = estimates_ols)
plt

<img src="man/figures/README-example-1.png" alt="Event-study plot using the example data of the package and default plotting options." />

Citation

Simon Freyaldenhoven, Christian Hansen, Jorge Pérez Pérez, and Jesse M. Shapiro. “Visualization, Identification, and Estimation in the Panel Event-Study Design.” NBER Working Paper No. 29170, August 2021.

Simon Freyaldenhoven, Christian Hansen, Jorge Pérez Pérez, Jesse M. Shapiro, Veli M. Andirin, Richard Calvo, Santiago Hermo, Nathan Schor, Emily Wang. “eventstudyr package.” Code and data repository at https://github.com/JMSLab/eventstudyr, March 2023.

Acknowledgments

Thank you to Eliana Sena Sarmiento and Melissa Wu for their excellent work testing and reviewing eventstudyr prior to its public release.

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2d ago
Forks2

Languages

R

Security Score

70/100

Audited on Apr 1, 2026

No findings