Package: didimputation Type: Package Title: Imputation Estimator from Borusyak, Jaravel, and Spiess (2021) Version: 0.6.0 Authors@R: c(person( given = "Kyle", family = "Butts", role = c("aut", "cre"), email = "buttskyle96@gmail.com", comment = c(ORCID = "0000-0002-9048-8059") )) Description: Estimates Two-way Fixed Effects difference-in-differences/event-study models using the imputation-based approach proposed by Borusyak, Jaravel, and Spiess (2021). Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0), fixest (>= 0.13.2), data.table (>= 1.10.0) Imports: Matrix Suggests: haven, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/kylebutts/didimputation License: MIT + file LICENSE Repository: https://kylebutts.r-universe.dev Date/Publication: 2026-07-23 16:17:12 UTC RemoteUrl: https://github.com/kylebutts/didimputation RemoteRef: HEAD RemoteSha: f17fa994d9f8397a34c886579adf7d5ff9b7572b NeedsCompilation: no Packaged: 2026-07-23 17:31:29 UTC; root Author: Kyle Butts [aut, cre] (ORCID: ) Maintainer: Kyle Butts