Add slide breaks to RevealJS presentations and transcribe Chapters 8-18#31
Add slide breaks to RevealJS presentations and transcribe Chapters 8-18#31d-morrison merged 11 commits intomainfrom
Conversation
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
d-morrison
left a comment
There was a problem hiding this comment.
continue transcribing chapters accurately
|
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Continued with Chapter 10: Random Variability (16ba9d5). This completes Part I (Chapters 1-9) and begins Part II (Causal inference with models). Chapter 10 covers identification vs estimation, confidence intervals, the super-population concept, and the curse of dimensionality that motivates parametric modeling. |
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Continued with Chapter 11: Why Model? (d4613ce). This chapter covers the transition to parametric modeling, explaining why models are necessary when data are sparse, the bias-variance trade-off, and different smoothing approaches. Currently at 11 of 19+ chapters (58% of main content). |
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Fixed spellcheck by adding "DOCX" to inst/WORDLIST (41690e9) |
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Added Chapters 12-14 (a71f8da, a1bef16):
All follow the established pattern with slide breaks, speaker notes, and page references. Currently at 14 of ~21 chapters (67% complete). Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
d-morrison
left a comment
There was a problem hiding this comment.
continue through chapter 18
…al, Variable Selection Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Completed Chapters 15-18 (7dd29ec):
All follow established patterns with slide breaks, speaker notes, definitions, and page references. Part II is now complete. 18 of ~21 chapters done (86% complete). |
There was a problem hiding this comment.
Pull request overview
This PR completes the transcription of Parts I and II of the "Causal Inference: What If?" textbook by adding 11 new chapters (8-18). It also adds slide breaks (---) after section headings in all chapters (1-18) to prevent cluttered title slides in RevealJS presentations. Additionally, it adds DOCX as an output format, updates navigation, fixes spellcheck, and documents the slide break pattern in copilot instructions.
Changes:
- Transcribed 11 new chapters covering selection bias, measurement bias, random variability, modeling, IP weighting, standardization, g-estimation, outcome regression, propensity scores, instrumental variables, survival analysis, and variable selection
- Added slide breaks after all
##headings throughout chapters 1-18 for proper RevealJS slide formatting - Added DOCX output format to all chapters and updated WORDLIST to include "DOCX" for spellcheck
- Updated
_quarto-website.ymlnavigation to include chapters 8-18 - Documented slide break pattern in
.github/copilot-instructions.md
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| inst/WORDLIST | Added "DOCX" to fix spellcheck for new output format |
| _quarto-website.yml | Added navigation entries for chapters 8-18 |
| .github/copilot-instructions.md | Documented slide break pattern for RevealJS presentations |
| chapters/01-07 | Added slide breaks after section headings and DOCX format |
| chapters/08-18 | New chapter transcriptions with proper structure, slide breaks, theorem environments, and page references |
_quarto-website.ymlSummary
Completes Part I (Chapters 1-9: foundational concepts) and Part II (Chapters 10-18: causal inference with models) of the textbook transcription. All chapters include proper slide breaks for RevealJS presentations, comprehensive speaker notes, theorem environments for definitions, and page number references to the original "What If?" textbook by Hernán and Robins.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.