rdrobust
Statistical inference and graphical procedures for RD designs using local polynomial and partitioning regression methods.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Keywords
Repository
Statistical inference and graphical procedures for RD designs using local polynomial and partitioning regression methods.
Basic Info
Statistics
- Stars: 85
- Watchers: 5
- Forks: 39
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
RDROBUST
The rdrobust package provides Python, R and Stata implementations of statistical inference and graphical procedures for Regression Discontinuity designs employing local polynomial and partitioning methods. It provides point estimators, confidence intervals estimators, bandwidth selectors, automatic RD plots, and many other features.
This work was supported in part by the National Science Foundation through grants SES-1357561, SES-1459931, SES-1947805, and SES-2019432.
Website
https://rdpackages.github.io/rdrobust
Queries and Requests
Please email: rdpackages@googlegroups.com
Major Upgrades
This package was first released in Spring 2014, and had two major upgrades in Fall 2016 and in Winter 2020.
Fall 2016 new features include: (i) major speed improvements; (ii) covariate-adjusted bandwidth selection, point estimation, and robust inference; (iii) cluster-robust bandwidth selection, point estimation, and robust inference; (iv) weighted global polynomial fits and pointwise confidence bands for RD plots; and (v) several new bandwidths selectors (e.g., different bandwidths for control and treatment groups, coverage error optimal bandwidths, and optimal bandwidths for fuzzy designs).
Winter 2020 new features include: (i) discrete running variable checks and adjustments; (ii) bandwidth selection adjustments for too few mass points in and/or overshooting of the support of the running variable; (iii) RD Plots with additional covariates plotted at their mean (previously the package set additional covariates at zero); (iv) automatic removal of co-linear additional covariates; (v) turn on/off standardization of variables (which may lead to small numerical/rounding discrepancies with prior versions); and (vi) rdplot output using ggplot2 in R.
Python Implementation
To install/update in Python type:
pip install rdrobust
Help: PYPI repository.
Replication: py-script, rdplot illustration, senate data.
R Implementation
To install/update in R type:
install.packages('rdrobust')
Help: R Manual, CRAN repository.
Replication: R-script, rdplot illustration, senate data.
Stata Implementation
To install/update in Stata type:
net install rdrobust, from(https://raw.githubusercontent.com/rdpackages/rdrobust/master/stata) replace
Help: rdrobust, rdbwselect, rdplot.
Replication: do-file, rdplot illustration, senate data.
References
For overviews and introductions, see rdpackages website.
Software and Implementation
Calonico, Cattaneo and Titiunik (2014): Robust Data-Driven Inference in the Regression-Discontinuity Design.
Stata Journal 14(4): 909-946.Calonico, Cattaneo and Titiunik (2015): rdrobust: An R Package for Robust Nonparametric Inference in Regression-Discontinuity Designs.
R Journal 7(1): 38-51.Calonico, Cattaneo, Farrell and Titiunik (2017): rdrobust: Software for Regression Discontinuity Designs.
Stata Journal 17(2): 372-404.
Technical and Methodological
Calonico, Cattaneo and Titiunik (2014): Robust Nonparametric Confidence Intervals for Regression-Discontinuity Designs.
Econometrica 82(6): 2295-2326.
Supplemental Appendix.Calonico, Cattaneo and Titiunik (2015): Optimal Data-Driven Regression Discontinuity Plots.
Journal of the American Statistical Association 110(512): 1753-1769.
Supplemental Appendix.Calonico, Cattaneo and Farrell (2018): On the Effect of Bias Estimation on Coverage Accuracy in Nonparametric Inference.
Journal of the American Statistical Association 113(522): 767-779.
Supplemental Appendix.Calonico, Cattaneo, Farrell and Titiunik (2019): Regression Discontinuity Designs Using Covariates.
Review of Economics and Statistics 101(3): 442-451.
Supplemental Appendix.Calonico, Cattaneo and Farrell (2020): Optimal Bandwidth Choice for Robust Bias Corrected Inference in Regression Discontinuity Designs.
Econometrics Journal 23(2): 192-210.
Supplemental Appendix.Calonico, Cattaneo and Farrell (2022): Coverage Error Optimal Confidence Intervals for Local Polynomial Regression.
Bernoulli 28(4): 2998-3022.
Supplemental Appendix.
Owner
- Name: RD Packages
- Login: rdpackages
- Kind: organization
- Website: https://rdpackages.github.io
- Repositories: 6
- Profile: https://github.com/rdpackages
Regression Discontinuity Designs
GitHub Events
Total
- Watch event: 12
- Push event: 4
- Fork event: 1
Last Year
- Watch event: 12
- Push event: 4
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Matias D. Cattaneo | c****o@p****u | 91 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 4 months
- Total issue authors: 0
- Total pull request authors: 7
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- niwreg-coder (1)
- wbuchanan (1)
- droodman (1)
- xiapo00 (1)
- ozak (1)
- connorp (1)
- danielcsaba (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 210,543 last-month
- Total dependent packages: 2
- Total dependent repositories: 1
- Total versions: 15
- Total maintainers: 2
pypi.org: rdrobust
Implements local polynomial Regression Discontinuity (RD) point estimators with robust bias-corrected confidence intervals and inference procedures.
- Homepage: https://github.com/rdpackages/rdrobust
- Documentation: https://rdrobust.readthedocs.io/
- License: MIT License
-
Latest release: 1.3.0
published almost 2 years ago
Rankings
Dependencies
- R >= 3.1.1 depends
- MASS * imports
- ggplot2 * imports
- numpy *
- pandas *
- plotnine *
- scipy *
- sklearn *