Package: fixes Type: Package Title: Staggered DiD Tools: Event Studies and ATT Aggregation Version: 0.11.2.9000 Date: 2026-06-13 Authors@R: c( person( "Yosuke", "Abe", email = "yosuke.abe0507@gmail.com", role = c("aut", "cre") ) ) Description: Provides tools for difference-in-differences (DiD) estimation and visualization with staggered adoption. Includes run_es() for event-study curves (dynamic effects by relative time) and calc_att() for aggregated ATT estimation (overall, by cohort, by calendar time). Supports multiple modern estimators: Callaway-Sant'Anna (2021), Sun-Abraham (2021), Borusyak-Jaravel-Spiess (2024), Wooldridge TWM, and Deb et al. FLEX. Depends: R (>= 4.1.0) Imports: dplyr, ggplot2, fixest, broom, tibble, rlang, Rcpp, scales License: MIT + file LICENSE Encoding: UTF-8 Suggests: knitr, rmarkdown, haven, testthat, plotly, tidyr, did, didimputation, modelsummary, tinytable, lpSolveAPI, Rglpk, TruncatedNormal, Matrix, pracma, HonestDiD VignetteBuilder: knitr URL: https://github.com/yo5uke/fixes, https://yo5uke.com/fixes/ BugReports: https://github.com/yo5uke/fixes/issues Config/roxygen2/version: 8.0.0 Config/roxygen2/markdown: TRUE LinkingTo: Rcpp, RcppArmadillo Config/pak/sysreqs: libicu-dev Repository: https://yo5uke.r-universe.dev Date/Publication: 2026-06-23 12:10:04 UTC RemoteUrl: https://github.com/yo5uke/fixes RemoteRef: HEAD RemoteSha: 33a5196523885f742e299f63fb8c4e72029daaa0 NeedsCompilation: yes Packaged: 2026-06-23 13:58:51 UTC; root Author: Yosuke Abe [aut, cre] Maintainer: Yosuke Abe