Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 879 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 879 Bytes

rdpermute

Python package to perform the regression kink design (RKD) permutation test proposed by Ganong and Jäger (2018).

This package is inspired by the Stata package of the same name rdpermute relying heavily on the excellent rdrobust. Contrary to the Stata package rdpermute, this package implements confidence intervals based on randomization inference following the algorithm proposed by Ganong and Jäger (2018) (see Appendix C). It also uses Python's multiprocessing resulting in better performance compared to the Stata package.