Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The package `rdrobust` implements estimation, inference, and graphical procedure
- `rdrobust`: point estimation and robust bias-corrected inference.
- `rdbwselect`: data-driven bandwidth selection for RD estimation and inference.
- `rdplot`: data-driven RD plots based on binned means and local polynomial fits.
- Stata also includes `rdrobustplot`, a postestimation diagnostic plot after `rdrobust`.
- `rdrobustplot`: postestimation diagnostic plot for Stata.


## Python Implementation
Expand Down
2 changes: 1 addition & 1 deletion stata/rdbwselect.ado
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* RDROBUST STATA PACKAGE -- rdbwselect
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
********************************************************************************
*!rdrobust Stata package v11.0.0 2026-05-13
*!rdrobust Stata package v11.0.0 2026-05-15

capture program drop rdbwselect
program define rdbwselect, eclass
Expand Down
Binary file modified stata/rdbwselect.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion stata/rdbwselect.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *!version 11.0.0 2026-05-13}{...}
{* *!version 11.0.0 2026-05-15}{...}
{viewerjumpto "Syntax" "rdbwselect##syntax"}{...}
{viewerjumpto "Description" "rdbwselect##description"}{...}
{viewerjumpto "Options" "rdbwselect##options"}{...}
Expand Down
Binary file removed stata/rdbwselect_2014.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion stata/rdplot.ado
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* RDROBUST STATA PACKAGE -- rdplot
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
********************************************************************************
*!rdrobust Stata package v11.0.0 2026-05-13
*!rdrobust Stata package v11.0.0 2026-05-15

capture program drop rdplot
program define rdplot, eclass
Expand Down
Binary file modified stata/rdplot.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion stata/rdplot.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *!version 11.0.0 2026-05-13}{...}
{* *!version 11.0.0 2026-05-15}{...}
{viewerjumpto "Syntax" "rdplot##syntax"}{...}
{viewerjumpto "Description" "rdplot##description"}{...}
{viewerjumpto "Options" "rdplot##options"}{...}
Expand Down
2 changes: 1 addition & 1 deletion stata/rdrobust.ado
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* RDROBUST STATA PACKAGE -- rdrobust
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
********************************************************************************
*!rdrobust Stata package v11.0.0 2026-05-13
*!rdrobust Stata package v11.0.0 2026-05-15

capture program drop rdrobust
program define rdrobust, eclass
Expand Down
Binary file modified stata/rdrobust.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion stata/rdrobust.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ d Matias D. Cattaneo, Princeton University, matias.d.cattaneo@gmail.com
d Max H. Farrell, University of California, Santa Barbara, mhfarrell@gmail.com
d Rocio Titiunik, Princeton University, rocio.titiunik@gmail.com
d
d Distribution-Date: 20260513
d Distribution-Date: 20260515
d
f rdbwselect.ado
f rdplot.ado
Expand Down
2 changes: 1 addition & 1 deletion stata/rdrobust.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *!version 11.0.0 2026-05-13}{...}
{* *!version 11.0.0 2026-05-15}{...}
{viewerjumpto "Syntax" "rdrobust##syntax"}{...}
{viewerjumpto "Description" "rdrobust##description"}{...}
{viewerjumpto "Options" "rdrobust##options"}{...}
Expand Down
6 changes: 3 additions & 3 deletions stata/rdrobust_functions.do
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* RDROBUST STATA PACKAGE -- rdrobust_functions
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
********************************************************************************
*!version 11.0.0 2026-05-13
*!version 11.0.0 2026-05-15

version 16.0

Expand Down Expand Up @@ -89,7 +89,7 @@ mata
real matrix rdrobust_bw(real matrix Y, real matrix X, real matrix T, real matrix Z, real matrix C, real matrix W, real scalar c, real scalar o, real scalar nu, real scalar o_B, real scalar h_V, real scalar h_B, real scalar scale, string vce, real scalar nnmatch, string kernel, dups, dupsid, covs_drop_coll, | string scalar cr_method, transmorphic vcache)
{
// cr_method: "" | "cr1" | "crv2" | "crv3". Cluster path only.
// vcache: optional asarray("string") keyed by "o_nu". T1 (2026-05-12):
// vcache: optional asarray("string") keyed by "o_nu". T1 (2026-05-15):
// V-fit depends only on (o, nu) at fixed h_V. Callers pass a per-side
// asarray to share results across the 6-18 pilot calls per rdrobust.
real scalar has_vcache, used_cache
Expand Down Expand Up @@ -523,7 +523,7 @@ real matrix rdrobust_vce_qq_cluster(

// T2: per-cluster Lambda (crv2) or M_g (crv3) depends only on
// L_g / G_q / invG_q -- not on the residual column l. Compute
// once per cluster, reuse across the l-loop (2026-05-12).
// once per cluster, reuse across the l-loop (2026-05-15).
real scalar use_simple
use_simple = 0
Lambda = J(0, 0, .)
Expand Down
2 changes: 1 addition & 1 deletion stata/rdrobust_illustration_new.do
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
********************************************************************************
** RDROBUST Stata Package
** Illustration of new features (v11.0.0, 2026-05-13)
** Illustration of new features (v11.0.0, 2026-05-15)
********************************************************************************
** New in this release:
** (1) Full HC family of heteroskedastic variance estimators:
Expand Down
2 changes: 1 addition & 1 deletion stata/rdrobustplot.ado
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* S3 method in the R package and plot_rdrobust() in the Python package.
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
********************************************************************************
*!rdrobust Stata package v11.0.0 2026-05-13
*!rdrobust Stata package v11.0.0 2026-05-15

capture program drop rdrobustplot
program define rdrobustplot, rclass
Expand Down
Binary file modified stata/rdrobustplot.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion stata/rdrobustplot.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *!version 11.0.0 2026-05-13}{...}
{* *!version 11.0.0 2026-05-15}{...}
{viewerjumpto "Syntax" "rdrobustplot##syntax"}{...}
{viewerjumpto "Description" "rdrobustplot##description"}{...}
{viewerjumpto "Options" "rdrobustplot##options"}{...}
Expand Down
Loading