Package: didimputation Type: Package Title: Imputation Estimator from Borusyak, Jaravel, and Spiess (2021) Version: 0.5.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.2 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: 2025-12-11 16:20:13 UTC RemoteUrl: https://github.com/kylebutts/didimputation RemoteRef: HEAD RemoteSha: 69b4f8dfe16b007474721fc5610859b56a80cdc6 NeedsCompilation: no Packaged: 2026-06-16 10:24:12 UTC; root Author: Kyle Butts [aut, cre] (ORCID: ) Maintainer: Kyle Butts