A Pythonic Package for Regression Discontinuity
Project description
State of the Art RD Packages For Python
Installation
Please note that installation should be done with a mixture of pip and direct installations in R so that the correct versions of packages are installed.
With pip for python:
pip install py_rdpackages
Important: you need to have the original rdrobust installed in R:
install.packages('rdrobust')
Notes:
rdrobustrequires the newest version ofggplot2so please:install.packages('ggplot2')- The
rdrobustandggplot2versions in Anaconda lag behind the current release for R. Please install in R directly as opposed to through conda.
Introduction and Use
These packages are a work in progress, but are an attempt to create a wrapper to implement the wonderful RD packages found here (https://sites.google.com/site/rdpackages/rdrobust) which utilize R or Stata, so that they can be used in Python directly.
I utilize the graphics package of Seaborn to make the plots look nice and to enable additional features, like binning points by size.
There are three packages in py_rdpackages:
rdplotcreates plots of the regression discontinuity with a variety of options.rdrobustdoes the RD and reports the regression results.rdbwselectselects the optimal bandwidth size.
A Example of the Output
The code in the testing folder produces the following example.
Requirements and Stability
Use of the programs requires all of the following packages in Python:
rpy2for running R in Pythonmatplotlibandseabornfor producing high quality graphicspandas,numpyand for data manipulation and dataframe reading
Currently tested and stable for:
rdrobustversion 0.99.9rpy2version 2.9.4 (last version updated through conda -- may work for later versions)ggplot2version 3.3.0
Limitations
ryp2produced slow pandas DF to R DF conversions, so I usepd.df.to_csv('temp_file_for_rd.csv')as a solution and then delete that same file after doing the analysis. This should be fixed in future versions.- Of course, Python calling R and then converting back to python is not ideal. Some future version should code this from scratch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_rdpackages-1.0.3.tar.gz.
File metadata
- Download URL: py_rdpackages-1.0.3.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f07498940144141cdb7bf29b8cb4c25619b773273dea1afccf6fb6b7d7b86eb
|
|
| MD5 |
6183fc8eb887e2662aea15c80651048b
|
|
| BLAKE2b-256 |
ed3a219f77095d3dc3887315987e640968b27c4da4f63d4a528a701193e7250c
|
File details
Details for the file py_rdpackages-1.0.3-py3-none-any.whl.
File metadata
- Download URL: py_rdpackages-1.0.3-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37350ba9c81f722cf55cb418085738581be1728fa8ac8e9ec5153b7fd110fc86
|
|
| MD5 |
1928f7473e8ea3165c95ac2457f1cba1
|
|
| BLAKE2b-256 |
b0adc86fe729ef0b1f4efa60b1e32939f0d700e10c1355eb3f9e4bd0861f72b3
|