Package: ptetools
Title: Panel Treatment Effects Tools
Version: 1.0.0
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.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: BMisc (>= 1.4.7), Matrix, ggplot2, DRDID, tidyr, dplyr,
        pbapply, splines2
Suggests: testthat (>= 3.0.0), did
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-02-11 21:19:36 UTC; bmc43193
Author: Brantly Callaway [aut, cre]
Maintainer: Brantly Callaway <brantly.callaway@uga.edu>
Repository: CRAN
Date/Publication: 2025-02-13 10:00:01 UTC
