Skip to content

Add Change in Changes (CiC) section to DiD chapter - #25

Merged
d-morrison merged 3 commits into
mainfrom
copilot/summarize-cic-documentation
May 7, 2026
Merged

Add Change in Changes (CiC) section to DiD chapter#25
d-morrison merged 3 commits into
mainfrom
copilot/summarize-cic-documentation

Conversation

Copilot AI commented Apr 8, 2026

Copy link
Copy Markdown
Contributor
  • Add a summary section for the Change in Changes (CiC) method to d_in_d.qmd
  • Add Athey & Imbens (2006) reference to references/references.bib
  • Add qte CiC documentation page reference to references/references.bib
  • Convert CiC example from display-only ```r to evaluated ```{r} chunk
  • Add qte to DESCRIPTION Imports

Copilot AI requested review from Copilot and removed request for Copilot April 8, 2026 19:52
Copilot AI linked an issue Apr 8, 2026 that may be closed by this pull request
Copilot AI requested review from Copilot and removed request for Copilot April 8, 2026 19:54
Copilot AI changed the title [WIP] Summarize documentation for CiC Add Change in Changes (CiC) section to DiD chapter Apr 8, 2026
Copilot AI requested a review from d-morrison April 8, 2026 19:56
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1-2-g6ad689f

QR code for preview link

🚀 View preview at
https://d-morrison.github.io/cie/pr-preview/pr-25/

Built to branch gh-pages at 2026-05-07 06:14 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Comment thread d_in_d.qmd Outdated
Copilot AI requested review from Copilot and d-morrison and removed request for Copilot May 7, 2026 06:07
@d-morrison
d-morrison marked this pull request as ready for review May 7, 2026 06:37
Copilot AI review requested due to automatic review settings May 7, 2026 06:37
@d-morrison
d-morrison merged commit a6a4a52 into main May 7, 2026
2 of 3 checks passed
@d-morrison
d-morrison deleted the copilot/summarize-cic-documentation branch May 7, 2026 06:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “Change in Changes (CiC)” subsection to the Difference-in-Differences chapter, including citations and an executable qte::CiC() example, plus the necessary bibliography and dependency updates.

Changes:

  • Added a CiC overview section (assumption, covariate adjustment, and qte::CiC() usage) to d_in_d.qmd.
  • Added bibliography entries for Athey & Imbens (2006) and the qte CiC reference page.
  • Added qte to the package DESCRIPTION Imports.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
d_in_d.qmd Introduces a CiC method section with an evaluated R example using qte::CiC().
references/references.bib Adds new references used by the CiC section.
DESCRIPTION Adds qte to Imports to support the executable CiC example.

Comment thread references/references.bib
Comment on lines +177 to +193
author = {Athey, Susan and Imbens, Guido},
title = {Identification and Inference in Nonlinear Difference-in-Differences Models},
journal = {Econometrica},
volume = {74},
number = {2},
pages = {431--497},
year = {2006},
doi = {10.1111/j.1468-0262.2006.00668.x},
url = {https://doi.org/10.1111/j.1468-0262.2006.00668.x}
}

@misc{bcallaway_cic,
author = {Callaway, Brantly},
title = {{CiC}: Change in Changes estimator for quantile treatment effects},
year = {2024},
url = {https://bcallaway11.github.io/qte/reference/CiC.html},
note = {qte R package reference manual}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

summarize https://bcallaway11.github.io/qte/reference/CiC.html

3 participants