Skip to content

Honest inference in regression discontinuity designs

Notifications You must be signed in to change notification settings

kolesarm/RDHonest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2625133 · Dec 18, 2024
Dec 13, 2024
Dec 12, 2024
May 7, 2024
May 7, 2024
Dec 12, 2024
Dec 13, 2024
Mar 13, 2024
May 7, 2024
Dec 12, 2024
Dec 12, 2024
Mar 21, 2024
Jul 15, 2022
Jan 28, 2024
Dec 16, 2024
Jan 28, 2024
Dec 13, 2024
Aug 19, 2024
Apr 13, 2019
Dec 16, 2024

Repository files navigation

R-CMD-check Coverage status CRAN_Status_Badge Download statistics

RDHonest

This R package implements honest and efficient confidence intervals in fuzzy and sharp regression discontinuity designs using procedures from Armstrong and Kolesár (2020) (preprint), Armstrong and Kolesár (2018) (preprint), and Kolesár and Rothe (2018) (preprint). See RDHonest-vStata for a Stata version of this package.

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).

Installation

You can install the released version of RDHonest from CRAN with:

install.packages("RDHonest")

Alternatively, you can get the current development version from GitHub:

if (!requireNamespace("remotes")) {
  install.packages("remotes")
}
remotes::install_github("kolesarm/RDHonest")