# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "cfcompare" in publications use:' type: software license: MIT title: 'cfcompare: Compare DID, SDID, Matrix Completion and the Triply Robust Panel Estimator' version: 0.1.0 doi: 10.1002/jae.70061 identifiers: - type: doi value: 10.32614/CRAN.package.cfcompare abstract: A comparison toolkit for binary-treatment panel causal inference. Runs difference-in-differences (two-way fixed effects), synthetic difference-in-differences, synthetic control, matrix completion, and the Triply RObust Panel (TROP) estimator of Athey, Imbens, Qu and Viviano (2026) on the same data, and returns their average treatment effects on a single tidy schema with shared plots. TROP, DID and matrix completion are implemented natively; synthetic difference-in-differences and synthetic control are obtained through the 'synthdid' package, and an alternative matrix-completion / interactive fixed-effects estimator through 'gsynth'. This is an unofficial, independent implementation and is not affiliated with or endorsed by the authors of the TROP estimator. authors: - family-names: Iwasaki given-names: Takuma email: iwasakit@stanford.edu preferred-citation: type: article title: Triply Robust Panel Estimators authors: - family-names: Athey given-names: Susan - family-names: Imbens given-names: Guido W. - family-names: Qu given-names: Zhaonan - family-names: Viviano given-names: Davide journal: Journal of Applied Econometrics year: '2026' doi: 10.1002/jae.70061 notes: 'Working-paper version: arXiv:2508.21536' start: '1' end: '16' repository: https://takuma1102.r-universe.dev repository-code: https://github.com/takuma1102/cfcompare commit: 3b1568bbe38f2fccc0f03f0032dda618a6b69a2a url: https://github.com/takuma1102/cfcompare date-released: '2026-06-27' contact: - family-names: Iwasaki given-names: Takuma email: iwasakit@stanford.edu references: - type: manual title: 'cfcompare: Compare DID, SDID, Matrix Completion and the Triply Robust Panel Estimator' authors: - family-names: Iwasaki given-names: Takuma year: '2026' notes: Unofficial R package version 0.1.0; not affiliated with the TROP authors url: https://takuma1102.github.io/