Changelog
triplediff 0.1.0
CRAN release: 2025-07-23
- Initial release of triplediff in alpha stage, functions for computing group-time average treatment effects in DDD and combining them into a smaller number of parameters are available.
triplediff 0.1.1
- Bug fix in
clusterparameter. When user specifies a cluster variable, the function now correctly uses it for clustering standard errors performing Multiplier Bootstrap.
triplediff 0.2.0
CRAN release: 2026-01-16
- Replaced
parglmwithfastglmto avoid issues related to parglm’s scheduled archival on 2026-01-29. - Added support for unbalanced panel data and repeated cross-sectional data by properly implementing the
allow_unbalanced_panelparameter across all functions.