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.
Version: | 1.0.0 |
Imports: | BMisc (≥ 1.4.7), Matrix, ggplot2, DRDID, tidyr, dplyr, pbapply, splines2 |
Suggests: | testthat (≥ 3.0.0), did |
Published: | 2025-02-13 |
DOI: | 10.32614/CRAN.package.ptetools |
Author: | Brantly Callaway [aut, cre] |
Maintainer: | Brantly Callaway <brantly.callaway at uga.edu> |
BugReports: | https://github.com/bcallaway11/ptetools/issues |
License: | GPL-3 |
URL: | https://github.com/bcallaway11/ptetools |
NeedsCompilation: | no |
Citation: | ptetools citation info |
Materials: | README NEWS |
CRAN checks: | ptetools results |
Reference manual: | ptetools.pdf |
Package source: | ptetools_1.0.0.tar.gz |
Windows binaries: | r-devel: ptetools_1.0.0.zip, r-release: not available, r-oldrel: ptetools_1.0.0.zip |
macOS binaries: | r-devel (arm64): ptetools_1.0.0.tgz, r-release (arm64): ptetools_1.0.0.tgz, r-oldrel (arm64): ptetools_1.0.0.tgz, r-devel (x86_64): ptetools_1.0.0.tgz, r-release (x86_64): ptetools_1.0.0.tgz, r-oldrel (x86_64): ptetools_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=ptetools to link to this page.