
I'm using rdrobust in Stata for a sharp Regression Discontinuity design and need to state the equation that corresponds to my results table, but I'm unsure of the correct form. I estimate the effect of crossing an age-80 cutoff on the probability of invasive treatment:
rdrobust received_invasive days_from_80, c(0) masspoints(check)
I'm currently using the standard local-linear RD specification (see image) as the equation to go alongside my stata results output.
Two questions:
Is this the right equation to present alongside rdrobust output (photo above)? My understanding is that it represents the local-linear fit within the MSE-optimal bandwidth, with β₁ as the discontinuity. One thing I want to get right: β₁ from this equation reproduces the conventional estimate, whereas the CI and p-value rdrobust reports are the robust bias-corrected ones. Is it standard to present this equation as the estimand even though the reported inference comes from the bias-corrected procedure?
I've recovered the intercepts and slopes on each side from the stored results and the intercept difference reproduces the RD effect exactly. But rdrobust doesn't report inference for these slopes. Am I right that they shouldn't appear in the results table?

Comment