SAVVY ANALYTIC SOLUTIONS — SAMPLE WORK
Portfolio Sample — Quantitative Methods, Applied to Health Services Research

Does Faster Follow-Up Actually Prevent Readmissions — Or Just Look Like It Does?

A doctoral-level causal inference exercise, worked as a real health-system consulting deliverable: doubly-robust inverse probability weighting applied to post-discharge follow-up and 30-day readmission.

Assignment Framing

This piece is built to the specification of a doctoral quantitative methods course assignment on causal inference in observational data — the kind of applied problem set that asks a student to move beyond a naïve association and defend a causal claim using propensity scores, doubly-robust estimation, and a formal sensitivity analysis. Rather than a textbook dataset, it is worked against a realistic health-system scenario, because the target application — hospital readmissions under the CMS Hospital Readmissions Reduction Program (HRRP) — is where this method matters financially and clinically.

Assignment brief (as specified): Given individual-level discharge data with a non-randomly assigned "treatment" (7-day post-discharge follow-up), (1) demonstrate why a naïve comparison is confounded, (2) estimate a propensity score model and verify positivity and covariate balance, (3) produce a doubly-robust average treatment effect using at least two estimation strategies, (4) stratify by clinically meaningful subgroups to test effect modification, and (5) quantify robustness to unmeasured confounding using the E-value framework.

SettingRiverside Regional Health System (pseudonym) — five-hospital network
Study PeriodFiscal Year 2023
Analytic N2,500 inpatient discharges
MethodsNaïve logistic regression → IPW doubly-robust logistic → teffects IPWRA
SoftwareStata 19 — stabilized IPW, robust SEs
DataDe-identified EHR + claims extract, simulated for instructional use

The system's overall 30-day readmission rate of 14.7% sits close to the national Medicare benchmark — a number that, read on its own, suggests nothing unusual is happening. Disaggregating by payer and neighborhood social vulnerability tells a different story: Medicaid and self-pay patients are readmitted at rates nearly 80% higher than commercially insured patients, and the patients at highest risk are also the least likely to receive the follow-up care that might protect them.

After doubly-robust adjustment, a 7-day post-discharge follow-up visit reduces the probability of 30-day readmission by 6.5 percentage points (OR = 0.574, 95% CI: 0.442–0.746, p < 0.001). The naïve, unadjusted estimate of 9.2 points overstates this benefit by roughly 2.7 points — confounded by exactly the payer and social-vulnerability differences the assignment asks a student to isolate.

−6.5 ppDoubly-robust average marginal effect of 7-day follow-up on 30-day readmission (IPW logit)
−9.2 ppNaïve, unadjusted estimate — overstates the effect by ~2.7 points due to confounding
OR 2.03Medicaid patients' readmission odds vs. commercially insured, after full adjustment
OR 1.74Rural residence — independent of follow-up and payer
All SMD < 0.01Covariate balance achieved after stabilized IPW weighting (max weight 2.90 — no trimming needed)
E = 2.61An unmeasured confounder would need a risk ratio above this with both follow-up and readmission to nullify the finding

01

Background and the Confounding Problem

The CMS Hospital Readmissions Reduction Program penalizes hospitals with excess 30-day readmissions across six conditions — AMI, heart failure, pneumonia, COPD, CABG, and hip/knee arthroplasty — by reducing all Medicare inpatient payments, not just readmission-related claims, by up to 3%. At Riverside Regional, an estimated 73.5% of FY2023 discharges carried an HRRP-penalized primary diagnosis, and readmission rates for heart failure (18.0%) and COPD (16.2%) sit close to the penalty threshold. The system's 7-day follow-up rate of 78.4% also falls below the NCQA HEDIS benchmark of 85%, with substantial variation by payer and neighborhood.

The assignment's core challenge is this: a raw comparison of readmission rates between patients who did and didn't receive follow-up would be biased, because the two groups differ systematically on more than just follow-up. Patients who miss follow-up are disproportionately Medicaid or uninsured (29.1% and 32.5% miss rates vs. 18.2% for Medicare), live in higher-vulnerability neighborhoods (26.5% miss rate in the highest SVI quartile vs. 17.2% in the lowest), and are more likely to be rural. Every one of these characteristics also independently predicts readmission. A naïve comparison conflates the effect of follow-up with the effect of structural disadvantage — producing an upwardly biased estimate of how protective follow-up actually is.

Three estimators, in order of rigor

All models use heteroskedasticity-robust standard errors. The estimand throughout is the Average Treatment Effect: the expected change in 30-day readmission probability if the entire population received follow-up versus if none did.

02

Sample Characteristics

All variables were complete with no random missingness; the structural missingness in same-diagnosis readmission (observed only among the 368 readmitted patients) is by design.

Table 1 — Sample characteristics by 30-day readmission status
CharacteristicFull sample (N=2,500)Not readmitted (n=2,132)Readmitted (n=368)p
Age, mean (SD)66.85 (13.49)66.60 (13.33)68.30 (14.32)0.026
Elixhauser score, mean (SD)3.59 (1.91)3.52 (1.89)3.99 (2.00)<0.001
Length of stay, days, mean (SD)5.58 (3.86)5.52 (3.82)5.97 (4.07)0.038
Female sex, %52.0%
Payer — Medicare, %48.4%
Payer — Medicaid, %20.6%
Payer — Commercial, %24.6%
Payer — Self-Pay/Uninsured, %6.4%
HRRP-penalized diagnosis, %73.5%
Heart failure (highest rate), %18.2%
Rural ZIP code, %28.0%
SVI quartile 4 (most vulnerable), %25.7%
Received 7-day follow-up, %78.4%
30-day readmission rate14.7%

p-values from two-sample t-tests for continuous variables. SVI = Social Vulnerability Index.

03

Propensity Score Model and Diagnostics

The propensity model regressed 7-day follow-up receipt on all measured covariates: age, sex, race/ethnicity, payer, primary diagnosis, Elixhauser comorbidity score, length of stay, discharge disposition, hospital unit, rural ZIP flag, and SVI quartile (log pseudolikelihood = −1,255.08; Wald χ²(29) = 95.31, p < 0.001; pseudo-R² = 0.038). Predicted propensity scores ranged from 0.44 to 0.94 (mean 0.784, SD 0.083) — matching the observed follow-up rate.

Only two covariates were significant predictors of follow-up receipt: payer status and SVI quartile. Medicaid (β = −0.565, p < 0.001) and Self-Pay/Uninsured patients (β = −0.768, p < 0.001) had significantly lower odds of follow-up relative to Commercial, and each SVI quartile increase reduced the log-odds of follow-up by 0.202 (p < 0.001). Age was also significant (β = −0.015/year, p < 0.001). Diagnosis, race/ethnicity, discharge disposition, and hospital unit were not — follow-up access in this system runs on insurance coverage and neighborhood disadvantage, not clinical need.

Positivity

Every patient must have a non-zero probability of both receiving and missing follow-up given their covariates. The payer × SVI cross-tabulation confirmed this: all 16 cells showed follow-up rates strictly between 0.596 and 0.863, with no structural zeros or ones — weighting was valid across the full sample.

Table 2 — Stabilized IPW weight distribution
StatisticValueInterpretation
Mean1.000Equals 1.0 by construction — confirms correct stabilization
Standard deviation0.208Low — tight distribution, good propensity model fit
Median0.969Near 1 — most patients weighted close to 1
75th percentile1.059
99th percentile1.757
Maximum weight2.899Well below the 10.0 alert threshold — no extreme weights
Weights > 100No trimming required
Skewness1.767Mild right skew — expected and acceptable
Table 3 — Covariate balance: standardized mean differences, before and after IPW weighting
CovariateUnweighted SMDIPW-weighted SMDBalance achieved
Age (years)−0.2010.001Yes ✔
Elixhauser score−0.1180.005Yes ✔
Length of stay (days)−0.0010.001Yes ✔
SVI quartile−0.230−0.002Yes ✔
Rural ZIP flag−0.0680.000Yes ✔

SMD = (mean treated − mean untreated) / pooled SD; conventional adequate-balance threshold is |SMD| < 0.10. SVI quartile — the largest pre-weighting imbalance at −0.230 — falls to −0.002 after stabilized IPW, confirming the propensity model removed confounding from social vulnerability.

04

Primary Results

The progression from naïve to adjusted estimates below traces the direction and size of the confounding bias the assignment asks a student to characterize.

Table 4 — Estimated effect of 7-day follow-up on 30-day readmission: three estimators
MethodORAME (pp)95% CI (AME)pN
Naïve (unadjusted)0.476−9.2−12.1 to −6.2<0.0012,500
Regression only (no IPW)0.566−6.7−9.7 to −3.8<0.0012,500
IPW doubly-robust logit0.574−6.5−9.6 to −3.4<0.0012,500
teffects IPWRA (canonical DR-ATE)−7.2−10.9 to −3.6<0.0012,500

OR = odds ratio; AME = average marginal effect in percentage points; DR-ATE = doubly-robust average treatment effect. teffects IPWRA uses a linear-probability outcome model and is the preferred canonical estimate; the IPW doubly-robust logit row uses a logistic outcome model with stabilized pweights.

The near-convergence of the regression-only (−6.7 pp) and IPW-weighted logit (−6.5 pp) estimates is reassuring — both approaches are capturing the same confounding structure. The canonical teffects IPWRA estimate of −7.2 pp is the primary result for reporting, since it correctly propagates estimation uncertainty from both the propensity and outcome models through one integrated procedure.

Full covariate results

Table 5 — IPW-weighted logistic regression: odds ratios for 30-day readmission (N = 2,500)
VariableOR95% CIpInterpretation
Received 7-day follow-up0.5740.442–0.746<0.00143% lower odds of readmission
Payer: Medicaid (vs. Commercial)2.0331.448–2.856<0.001Twice the odds — insurance access gap
Payer: Self-Pay/Uninsured (vs. Commercial)2.0021.230–3.2600.005Twice the odds — lack of coverage as risk
Payer: Medicare (vs. Commercial)1.0790.792–1.4720.629Not significant after adjustment
Rural ZIP code (vs. urban/suburban)1.7351.358–2.216<0.00173% higher odds — geographic access barriers
SVI quartile (per quartile)1.1461.029–1.2780.01314.6% per quartile — cumulative social risk
Elixhauser score (per unit)1.1351.070–1.204<0.00113.5% per comorbidity — clinical complexity
Length of stay (per day)1.0291.000–1.0590.053Borderline — severity proxy
Age (per year)1.0050.996–1.0140.317Not significant after comorbidity adjustment
Sex (male vs. female)0.9440.743–1.1980.635Not significant
Race/ethnicity (all categories)0.75–0.97>0.30None significant — risk mediated via payer/SVI
Primary diagnosis (all 9 categories)0.78–1.37>0.18None significant after full adjustment
Discharge disposition (all categories)0.89–1.00>0.75Not significant — acuity confounding absorbed
Hospital unit (all 5 units)0.98–1.24>0.22No unit-level variation detected

Reference categories: Payer = Commercial; Race/Ethnicity = Asian; Primary Diagnosis = AMI; Discharge Disposition = AMA/Other; Hospital Unit = Cardiology. Robust standard errors throughout. Model fit: Wald χ²(30) = 111.82 (p < 0.001); pseudo-R² = 0.054.

05

Effect Modification by Payer and Social Vulnerability

Stratified IPW-weighted models test whether the follow-up effect differs by subgroup — the question that actually determines where to target intervention resources.

Table 6 — Subgroup-specific effect of 7-day follow-up on 30-day readmission (AME, IPW-weighted)
SubgroupNAME (pp)95% CIpInterpretation
Medicare1,211−7.0−11.3 to −2.60.002Significant — primary HRRP exposure group
Medicaid515−4.7−12.1 to +2.80.217Non-significant — limited power; residual social risk
Commercial614−5.6−11.4 to +0.20.058Borderline — low baseline miss rate limits reach
Self-Pay/Uninsured160−10.2−23.1 to +2.60.119Large point estimate, wide CI — insufficient power
SVI Q4 (most vulnerable)642−8.6−14.9 to −2.40.007Largest protective effect where need is greatest
SVI Q1–Q3 (less vulnerable)1,858−5.9−9.5 to −2.30.001Significant — smaller effect in lower-risk context

4 observations excluded from the Self-Pay/Uninsured subgroup due to perfect prediction in one race/ethnicity cell. All subgroup models include age, sex, race/ethnicity, primary diagnosis, Elixhauser score, length of stay, discharge disposition, hospital unit, and rural ZIP flag, with stabilized IPW weights applied.

The follow-up effect is largest among the most socially vulnerable patients (SVI Q4: −8.6 pp) relative to those in Q1–Q3 (−5.9 pp). The greatest benefit shows up exactly where access is hardest to deliver — the core argument for targeted outreach investment in high-vulnerability neighborhoods, even though it reaches fewer patients than a universal program.
06

Sensitivity Analysis: Robustness to Unmeasured Confounding

Because this is an observational study, unmeasured confounders — health literacy, informal caregiver support, housing stability, food security, transportation access — cannot be fully captured. The E-value framework (VanderWeele & Ding, 2017) quantifies the minimum association an unmeasured confounder would need with both follow-up receipt and readmission to fully explain away the estimated effect.

E-value sensitivity analysis
ParameterValueInterpretation
OR (IPW-adjusted follow-up effect)0.574 (RR ≈ 0.61)Primary effect estimate used for E-value calculation
E-value (point estimate)2.607An unmeasured confounder would need RR > 2.61 with both treatment and outcome to null the estimate
E-value (lower CI bound)~1.95An unmeasured confounder would need RR > 1.95 to push the lower CI to include 1.0
Strongest measured confounderMedicaid payer (OR ≈ 2.03)Falls below the E-value — suggesting the finding is robust

Even Medicaid status — the strongest measured confounder in the outcome model, at OR = 2.03 — falls below the E-value threshold of 2.61. Unmeasured confounding of this magnitude can't be ruled out entirely, but the rich covariate set (diagnosis, comorbidity, length of stay, SVI, rural residence, payer, discharge disposition) substantially limits the plausible unmeasured-confounding space. The finding is considered robust under realistic assumptions.

07

Discussion

The doubly-robust IPW analysis estimates that 7-day post-discharge follow-up reduces 30-day readmission probability by 6.5 to 7.2 percentage points, depending on estimator. This is clinically meaningful, statistically robust, and survives correction for the substantial confounding by payer and social vulnerability that inflates the naïve comparison. It's consistent with the broader literature — systematic reviews of post-discharge follow-up interventions report reductions of 4–8 percentage points — and the E-value analysis suggests the result is unlikely to be fully explained by unmeasured confounding.

The adjustment narrows the effect but doesn't erase it. Follow-up isn't the whole story of why patients get readmitted, but it's a real, addressable piece of the risk — one the system currently delivers unevenly across payer groups and social-vulnerability strata.

Payer and social risk as independent drivers

The two most striking findings aren't about follow-up at all: Medicaid patients carry twice the readmission odds of commercially insured patients after full adjustment including follow-up receipt, and rural patients carry 74% higher odds independent of both follow-up and payer. Neither can be fixed by a scheduling intervention. They reflect the downstream consequences of medication access barriers, food and housing insecurity, and limited rural primary-care capacity. A strategy that focuses on follow-up rates alone will plateau; it needs to be paired with social-needs screening, medication assistance, community health worker navigation, and post-acute care partnerships.

Implications for intervention strategy

The priority segment — Medicaid patients with heart failure or COPD in SVI Q3–Q4 ZIP codes — represents 7.8% of discharges (n = 195) but carries a 21.5% readmission rate and a 33.8% follow-up miss rate. Closing half the follow-up gap in this segment alone, at the adjusted 6.5-point effect size, would prevent an estimated 6–8 readmissions annually, with cost avoidance of roughly $72,000–$96,000 at an average readmission cost of $12,000.

Limitations

08

Conclusion

Three independent estimation strategies converge in the same direction with overlapping confidence intervals: 7-day post-discharge follow-up reduces 30-day readmission probability by roughly 6.5–7.2 percentage points, after correcting for confounding by payer status and neighborhood social vulnerability. The naïve estimate overstated this benefit by about 2.7 points, and an E-value of 2.61 indicates the finding is robust to plausible unmeasured confounding.

The analysis surfaces a clear hierarchy of readmission risk drivers — payer status, rural residence, comorbidity burden, and social vulnerability — of which follow-up addresses only one strand. The highest-value intervention target is Medicaid patients with HRRP-penalized diagnoses in high-vulnerability ZIP codes: a structured care-navigation program for this segment, paired with social-needs screening and medication access support more broadly, is the most cost-effective path to reducing readmissions, improving HRRP performance, and advancing equity at Riverside Regional.

The greatest benefit shows up exactly where it's hardest to deliver. That inverse relationship between intervention difficulty and intervention payoff is the whole argument for targeted outreach.

References

Cited Literature

Dharmarajan, K., Hsieh, A. F., Lin, Z., et al. (2013). Diagnoses and timing of 30-day readmissions after hospitalization for heart failure, acute myocardial infarction, or pneumonia. JAMA, 309(4), 355–363.

Hernán, M. A., & Robins, J. M. (2020). Causal Inference: What If. Chapman & Hall/CRC.

Jencks, S. F., Williams, M. V., & Coleman, E. A. (2009). Rehospitalizations among patients in the Medicare fee-for-service program. New England Journal of Medicine, 360(14), 1418–1428.

VanderWeele, T. J., & Ding, P. (2017). Sensitivity analysis in observational research: Introducing the E-value. Annals of Internal Medicine, 167(4), 268–274.

Wadhera, R. K., Joynt Maddox, K. E., Wasfy, J. H., et al. (2018). Association of the Hospital Readmissions Reduction Program with mortality among Medicare beneficiaries hospitalized for heart failure, acute myocardial infarction, and pneumonia. JAMA, 320(24), 2542–2552.

Robins, J. M., Hernán, M. A., & Brumback, B. (2000). Marginal structural models and causal inference in epidemiology. Epidemiology, 11(5), 550–560.