From c0e886d03c381ae2d30a8b038d293607cd8de389 Mon Sep 17 00:00:00 2001 From: Paul Zivich <32672909+pzivich@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:04:38 -0400 Subject: [PATCH] Update RC references --- delicatessen/estimating_equations/measurement.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/delicatessen/estimating_equations/measurement.py b/delicatessen/estimating_equations/measurement.py index a180365..2581a1c 100644 --- a/delicatessen/estimating_equations/measurement.py +++ b/delicatessen/estimating_equations/measurement.py @@ -456,6 +456,9 @@ def ee_regression_calibration(theta, beta, a, a_star, r, X=None, weights=None): Cole SR, Jacobson LP, Tien PC, Kingsley L, Chmiel JS, & Anastos K. (2010). Using marginal structural measurement-error models to estimate the long-term effect of antiretroviral therapy on incident AIDS or death. *American Journal of Epidemiology*, 171(1), 113-122. + + Rosner B, Willett WC, & Spiegelman D. (1989). Correction of logistic regression relative risk estimates and + confidence intervals for systematic within‐person measurement error. *Statistics in Medicine*, 8(9), 1051-1069. """ # Processing inputs a = np.asarray(a) # Convert to NumPy array