Add RD/RKink sensitivity-checks walkthrough#872
Open
drbenvincent wants to merge 1 commit intomainfrom
Open
Conversation
Follow-up to #785: extend rd_pymc.ipynb with a new "Sensitivity analysis" section that runs `BandwidthSensitivity` + `McCraryDensityTest` via the pipeline API, and refresh rkink_pymc.ipynb's existing sensitivity section to match the style established by staggered_did_pymc.ipynb (related checks, numbered walkthrough, pass/fail interpretation, troubleshooting). Both notebooks now link back to `pipeline_workflow` and the central `sensitivity_checks` guide. Docs only; no code changes. Closes #790 Made-with: Cursor
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #872 +/- ##
=======================================
Coverage 94.60% 94.60%
=======================================
Files 80 80
Lines 12764 12764
Branches 770 770
=======================================
Hits 12076 12076
Misses 485 485
Partials 203 203 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #790
Summary
Follow-up to #785: documents how to use the pipeline-style sensitivity checks for {term}`Regression discontinuity design` and {term}`Regression kink design` workflows, mirroring the staggered-DiD walkthrough that landed in `staggered_did_pymc.ipynb`.
Notes
Test plan
Made with Cursor