Honest and efficient confidence intervals in regression discontinuity designs using procedures from Armstrong and Kolesár (2019), Armstrong and Kolesár (2018) (preprint), and Kolesár and Rothe (2018) (preprint)
See vignette RDHonest for description of the package
(available through vignette("RDHonest")
once package is installed), and the
package manual for documentation of the package functions.
This software package is based upon work supported by the National Science Foundation under grant numbers SES-1628939 (Armstrong) and SES-1628878 (Kolesár).
You can install the package manually by downloading the source code here, or
using the function install_github()
from the devtools
package:
install.packages("devtools") ## if devtools package not installed
devtools::install_github("kolesarm/RDHonest")