Package: ptetools Title: Panel Treatment Effects Tools Version: 1.0.1 Authors@R: person(given = "Brantly", family = "Callaway", role = c("aut", "cre"), email = "brantly.callaway@uga.edu") URL: https://github.com/bcallaway11/ptetools BugReports: https://github.com/bcallaway11/ptetools/issues Description: Generic code for estimating treatment effects with panel data. The idea is to break into separate steps organizing the data, looping over groups and time periods, computing group-time average treatment effects, and aggregating group-time average treatment effects. Often, one is able to implement a new identification/estimation procedure by simply replacing the step on estimating group-time average treatment effects. See several different examples of this approach in the package documentation. Depends: R (>= 4.1.0) License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Imports: BMisc (>= 1.4.7), Matrix, ggplot2, DRDID, data.table, dplyr, pbapply, splines2 Suggests: testthat (>= 3.0.0), did Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://bcallaway11.r-universe.dev Date/Publication: 2026-05-25 22:09:21 UTC RemoteUrl: https://github.com/bcallaway11/ptetools RemoteRef: HEAD RemoteSha: 915cc31099cf2df158f09375f8e639379d99c9a0 NeedsCompilation: no Packaged: 2026-05-25 22:15:05 UTC; root Author: Brantly Callaway [aut, cre] Maintainer: Brantly Callaway