Skip to content

rdpackages/rdrobust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust Local Polynomial Methods for RD designs

The package rdrobust implements estimation, inference, and graphical procedures for Regression Discontinuity (RD) designs using local polynomial methods.

  • rdrobust: point estimation and robust bias-corrected inference.
  • rdbwselect: data-driven bandwidth selection for RD estimation and inference.
  • rdplot: data-driven RD plots based on binned means and local polynomial fits.
  • rdrobustplot: postestimation diagnostic plot for Stata.

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/main/stata) replace

References

For overviews and introductions, see the rdpackages website.

Software and Implementation

Technical and Methodological

Funding

This work was supported in part by the National Science Foundation through grants SES-1357561, SES-1459931, SES-1947805, and SES-2019432.

Releases

No releases published

Contributors