wbuchanan / rdrobust

Statistical inference and graphical procedures for RD designs using local polynomial and partitioning regression methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

R Implementation

To install/update in R type:

install.packages('rdrobust')

Stata Implementation

To install/update in Stata type:

net install rdrobust, from(https://raw.githubusercontent.com/rdpackages/rdrobust/master/stata) replace

References

For overviews and introductions, see rdpackages website.

Software and Implementation

Technical and Methodological



About

Statistical inference and graphical procedures for RD designs using local polynomial and partitioning regression methods.


Languages

Language:Stata 93.8%Language:R 3.2%Language:Python 3.0%Language:TeX 0.1%