Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 3.14 KB

README.md

File metadata and controls

77 lines (47 loc) · 3.14 KB

RDPOWER

The rdpower package provides Python, R, and Stata implementations of power, sample size, and minimum detectable effects calculations using robust bias-corrected local polynomial inference methods.

This work was supported by the National Science Foundation through grant SES-1357561.

Website

https://rdpackages.github.io/rdpower

Queries and Requests

Please email: [email protected]

Major Upgrades

This package was first released in Fall 2016, and had one major upgrade in Fall 2020.

  • Fall 2020 new feature: command/function rdmde for computing minimum detectable effects.

Python Implementation

To install/update in Python type:

pip install rdpower

R Implementation

To install/update in R type:

install.packages('rdpower')

Stata Implementation

To install/update in Stata type:

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

References

For overviews and introductions, see rdpackages website.

Software and Implementation

Technical and Methodological