| Literature DB >> 30458044 |
Samuel J Weisenthal1,2, Caroline Quill1,2,3, Samir Farooq1, Henry Kautz4,5, Martin S Zand1,2,6.
Abstract
Acute Kidney Injury (AKI), a sudden decline in kidney function, is associated with increased mortality, morbidity, length of stay, and hospital cost. Since AKI is sometimes preventable, there is great interest in prediction. Most existing studies consider all patients and therefore restrict to features available in the first hours of hospitalization. Here, the focus is instead on rehospitalized patients, a cohort in which rich longitudinal features from prior hospitalizations can be analyzed. Our objective is to provide a risk score directly at hospital re-entry. Gradient boosting, penalized logistic regression (with and without stability selection), and a recurrent neural network are trained on two years of adult inpatient EHR data (3,387 attributes for 34,505 patients who generated 90,013 training samples with 5,618 cases and 84,395 controls). Predictions are internally evaluated with 50 iterations of 5-fold grouped cross-validation with special emphasis on calibration, an analysis of which is performed at the patient as well as hospitalization level. Error is assessed with respect to diagnosis, race, age, gender, AKI identification method, and hospital utilization. In an additional experiment, the regularization penalty is severely increased to induce parsimony and interpretability. Predictors identified for rehospitalized patients are also reported with a special analysis of medications that might be modifiable risk factors. Insights from this study might be used to construct a predictive tool for AKI in rehospitalized patients. An accurate estimate of AKI risk at hospital entry might serve as a prior for an admitting provider or another predictive algorithm.Entities:
Mesh:
Year: 2018 PMID: 30458044 PMCID: PMC6245516 DOI: 10.1371/journal.pone.0204920
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Abbreviations and Notation.
| Abbreviation | Description |
|---|---|
| AKI | Acute kidney injury |
| ALR1 | Anscombe LR1 |
| AUC | Area under the curve |
| CKD | Chronic kidney disease |
| CLR | Clinical LR |
| CV | Cross validation |
| Dx | Diagnosis |
| EHR | Electronic health record |
| ESRD | End-stage renal disease |
| GBC | Gradient boosting classifier |
| GFR | Glomerular filtration rate |
| RGBC | Recent GBC |
| RHPLR1 | Randomized HPLR1 |
| RLR1 | Randomized LR1 |
| Current hospitalization | |
| Prior hospitalizations | |
| HP | Hyperparameter |
| HPLR1 | Highly penalized LR1 |
| LR1 | Logistic regression with |
| LSTM | Long short-term memory |
| MGBC | Medication GBC |
| MLR1 | Medication LR1 |
| PPV | Positive predictive value |
| Predicted probability | |
|
| Mean |
| Observed probability | |
|
| Mean |
| PR | Precision recall |
| Px | Procedure |
| ROC | Receiver operating characteristic |
| sCr | Serum creatinine |
| STD | Standard deviation |
| UN | Urea nitrogen |
Fig 1Feature extraction pipeline for estimating P(AKI) during rehospitalization.
We sought to estimate the probability of AKI during rehospitalization given all of a patient’s previous hospitalizations, ), shown by the red arrow. An example of three hospitalizations (H1, H2, H3) is shown. Here H1 and H2 are used to estimate P(AKI) during H3. The EHR captures raw data (shown in boxes closest to the time series tracings) of which our dataset contains N + 1 features. At each level, data is aggregated via domain-expertise-informed functions F and G. The pipeline produces a single, fixed-length representation of all previous hospitalizations to serve as input to a learning algorithm. Measurements from each hospitalization, and series of hospitalizations, are treated as sequences, denoted with operator s.
Fig 2Cohort selection.
On the top left, the selection procedure used to obtain the rehospitalization cohort is shown. On the top right, the distribution of the 197,046 hospitalizations not preceded by a diagnosis of ESRD is shown. On the bottom, a schematic of predictor/target generation is shown for an example patient with n hospitalizations from which n − 1 training cases were derived. For each target rehospitalization, y, data from all prior hospitalizations, X, are used as predictors. Multiple prior hospitalizations were aggregated using G as described above.
AKI diagnosis distribution.
| 2,747 | 4,284 | 7,031 | ||
| 4,135 | 185,880 | 190,015 | ||
| 6,882 | 190,164 | 197,046 | ||
Cohort demographics.
Statistics are computed per hospitalization. There are a total of 124,518 hospitalizations from 34,505 patients, each with more than one hospitalization. These are therefore all hospitalizations generated by patients in the final cohort (including the first hospitalization from each patient, for which AKI is not predicted).
| Variable | AKI+ | (n = 7,762) | AKI- | (n = 116,756) |
|---|---|---|---|---|
| 62.06 ± 17.23 | 63.00 | 44.01 ± 18.86 | 42.00 | |
| 14.22 ± 22.59 | 7.89 | 1.89 ± 4.89 | 0.33 | |
| 3,497 | 44.0 | 67,811 | 56.0 | |
| 5 | 0.0 | 205 | 0.0 | |
| 61 | 1.0 | 1,364 | 1.0 | |
| 1,822 | 23.0 | 39,038 | 28.0 | |
| 5,557 | 73.0 | 68,003 | 64.0 | |
| 322 | 4.0 | 8351 | 7.0 | |
| 2,574 | 37.0 | 2,349 | 2.0 | |
| 246 | 10.0 | 213 | 1.0 | |
| 538 | 15.0 | 217 | 1.0 | |
| 22 | 0.0 | 29 | 0.0 | |
| 238 | 3.0 | 72 | 0.0 | |
| 2,227 | 29.0 | 3,218 | 2.0 | |
| 2,651 | 34.0 | 9,031 | 7.0 | |
| 997 | 14.0 | 2,700 | 2.0 | |
| 720 | 9.0 | 1,076 | 1.0 | |
| 189 | 2.0 | 225 | 0.0 |
Predictive performance.
ROC = Receiver Operating Characteristic, PR = Precision Recall, ALR1 = Anscombe LR1, GBC = Gradient Boosting Classifier, LR1 = l1-Penalized Logistic Regression, LSTM = Long Short-term Memory, HP = Highly Penalized, W = Weighted, S = Sampled, R = Recent (for GBC) or Randomized (for LR1, HPLR1), M = Medication, N = Noise.
| ROC AUC | Brier Score | PR | ||
|---|---|---|---|---|
| Micro: | 0.32568 ± 0.01502 | |||
| Macro: | 0.32568 ± 0.0026 | |||
| Micro: | 0.86012 ± 0.00602 | 0.05038 ± 0.00187 | 0.30068 ± 0.01533 | |
| Macro: | 0.86012 ± 0.00041 | 0.05038 ± 0.00011 | 0.30068 ± 0.00182 | |
| Micro: | 0.86188 ± 0.00606 | 0.05019 ± 0.00187 | 0.30445 ± 0.01571 | |
| Macro: | 0.86188 ± 0.00113 | 0.05019 ± 0.00025 | 0.30445 ± 0.00411 | |
| Micro: | 0.85312 ± 0.00621 | 0.05068 ± 0.0019 | 0.30227 ± 0.01453 | |
| Macro: | 0.85312 ± 0.00055 | 0.05068 ± 9e-05 | 0.30227 ± 0.00159 | |
| Micro: | 0.84545 ± 0.0064 | 0.05158 ± 0.00191 | 0.29002 ± 0.01361 | |
| Macro: | 0.84545 ± 0.00037 | 0.05158 ± 5e-05 | 0.29002 ± 0.00091 | |
| Micro: | 0.848 ± 0.00651 | 0.05102 ± 0.00192 | 0.29869 ± 0.0142 | |
| Macro: | 0.848 ± 0.05102 | 0.05102 ± 8e-05 | 0.29869 ± 0.00122 | |
| Micro: | 0.86328 ± 0.00568 | 0.04932 ± 0.00178 | 0.31572 ± 0.01541 | |
| Macro: | 0.86328 ± 0.00059 | 0.04932 ± 0.0001 | 0.31572 ± 0.00261 | |
| Micro: | 0.84965 ± 0.00606 | 0.0507 ± 0.00188 | 0.29564 ± 0.01425 | |
| Macro: | 0.84965 ± 0.00046 | 0.0507 ± 6e-05 | 0.29564 ± 0.00091 | |
| Micro: | 0.77923 ± 0.01208 | 0.05387 ± 0.00209 | 0.25742 ± 0.01609 | |
| Macro: | 0.77923 ± 0.00308 | 0.05387 ± 0.00013 | 0.25742 ± 0.00385 | |
| Micro: | 0.85962 ± 0.00744 | 0.05326 ± 0.00195 | ||
| Macro: | 0.85962 ± 0.00226 | 0.05326 ± 0.00045 | ||
| Micro: | 0.84752 ± 0.00792 | 0.05486 ± 0.00206 | 0.30596 ± 0.02022 | |
| Macro: | 0.84752 ± 0.00214 | 0.05486 ± 0.00049 | 0.30596 ± 0.00548 | |
| Micro: | 0.7706 ± 0.01157 | 0.05754 ± 0.00229 | 0.28547 ± 0.01992 | |
| Macro: | 0.7706 ± 0.00366 | 0.05754 ± 0.0005 | 0.28547 ± 0.0054 | |
| Micro: | 0.86306 ± 0.00572 | 0.04927 ± 0.00178 | 0.32198 ± 0.01526 | |
| Macro: | 0.86306 ± 0.00039 | 0.04927 ± 6e-05 | 0.32198 ± 0.00185 | |
| Micro: | 0.82635 ± 0.00693 | 0.05161 ± 0.00189 | 0.27079 ± 0.01484 | |
| Macro: | 0.82635 ± 0.00075 | 0.05161 ± 8e-05 | 0.27079 ± 0.00172 | |
| Micro: | 0.80671 ± 0.00764 | 0.0564 ± 0.0022 | 0.22051 ± 0.01397 | |
| Macro: | 0.80671 ± 0.00137 | 0.0564 ± 0.00019 | 0.22051 ± 0.00212 | |
| Micro: | 0.85744 ± 0.00592 | 0.05027 ± 0.0018 | 0.28209 ± 0.01547 | |
| Macro: | 0.85744 ± 0.0008 | 0.05027 ± 0.00012 | 0.28209 ± 0.00526 | |
| Micro: | 0.80149 ± 0.00785 | 0.05356 ± 0.00204 | 0.22926 ± 0.01467 | |
| Macro: | 0.80149 ± 0.00034 | 0.05356 ± 6e-05 | 0.22926 ± 0.0009 | |
| Micro: | 0.49938 ± 0.00837 | 0.05853 ± 0.0015 | 0.06251 ± 0.00242 | |
| Macro: | 0.49938 ± 0.00399 | 0.05853 ± 2e-05 | 0.06251 ± 0.00094 |
Predictive performance comparison.
ROC = Receiver Operating Characteristic, PR = Precision Recall, ALR1 = Anscombe LR1, GBC = Gradient Boosting Classifier, LR1 = l1-Penalized Logistic Regression, LSTM = Long Short-term Memory, HP = Highly Penalized, W = Weighted, S = Sampled, R = Recent (for GBC) or Randomized (for LR1, HPLR1), M = Medication, N = Noise.
| LR1 | ALR1 | RLR1 | HPLR1 | RHPLR1 | WGBC | WLR1 | WHPLR1 | SGBC | SLR1 | SHPLR1 | RGBG | MGBC | MLR1 | LSTM | CLR | NGBC | |
| GBC | 1.0, 0.0, 0.0 | 0.99, 0.01, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.49, 0.51, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.06, 0.6, 0.34 | 0.84, 0.16, 0.0 | 1.0, 0.0, 0.0 | 0.07, 0.93, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| LR1 | ————— | 0.0, 1.0, 0.0 | 0.0, 0.99, 0.01 | 0.56, 0.44, 0.0 | 0.01, 0.99, 0.0 | 0.0, 0.16, 0.84 | 0.05, 0.95, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.03, 0.97 | 0.05, 0.64, 0.31 | 0.71, 0.29, 0.0 | 0.0, 0.02, 0.98 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.91, 0.09, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| ALR1 | ————— | ————— | 0.01, 0.99, 0.0 | 0.83, 0.17, 0.0 | 0.14, 0.86, 0.0 | 0.0, 0.4, 0.6 | 0.36, 0.64, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.05, 0.95 | 0.11, 0.71, 0.18 | 0.82, 0.17, 0.0 | 0.0, 0.09, 0.91 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.97, 0.03, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| RLR1 | ————— | ————— | ————— | 0.73, 0.27, 0.0 | 0.01, 0.99, 0.0 | 0.0, 0.21, 0.79 | 0.08, 0.92, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.03, 0.97 | 0.07, 0.68, 0.25 | 0.77, 0.23, 0.0 | 0.0, 0.02, 0.98 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.94, 0.06, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| HPLR1 | ————— | ————— | ————— | ————— | 0.0, 0.7, 0.3 | 0.0, 0.0, 1.0 | 0.0, 0.9, 0.1 | 1.0, 0.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.25, 0.75 | 0.26, 0.7, 0.04 | 0.0, 0.0, 1.0 | 0.96, 0.04, 0.0 | 1.0, 0.0, 0.0 | 0.36, 0.64, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| RHPLR1 | ————— | ————— | ————— | ————— | ————— | 0.0, 0.05, 0.95 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.01, 0.99 | 0.03, 0.59, 0.38 | 0.64, 0.35, 0.0 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.85, 0.15, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| WGBC | ————— | ————— | ————— | ————— | ————— | ————— | 0.99, 0.01, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.27, 0.72 | 0.49, 0.49, 0.02 | 0.98, 0.02, 0.0 | 0.0, 0.8, 0.2 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| WLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 0.0, 0.01, 0.99 | 0.01, 0.47, 0.51 | 0.51, 0.48, 0.01 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.71, 0.29, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| WHPLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.04, 0.96 | 0.0, 0.0, 1.0 | 0.0, 0.34, 0.66 | 1.0, 0.0, 0.0 | 0.0, 0.05, 0.95 | 0.98, 0.02, 0.0 | 1.0, 0.0, 0.0 |
| SGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.99, 0.01, 0.0 | 1.0, 0.0, 0.0 | 0.48, 0.49, 0.02 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| SLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.97, 0.03, 0.0 | 0.0, 0.27, 0.73 | 0.99, 0.01, 0.0 | 1.0, 0.0, 0.0 | 0.89, 0.11, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| SHPLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.68, 0.31, 0.01 | 1.0, 0.0, 0.0 | 0.26, 0.63, 0.11 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| RGBG | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| MGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 0.0, 0.41, 0.59 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| MLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.58, 0.42 | 1.0, 0.0, 0.0 |
| LSTM | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| CLR | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 |
| NGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— |
| LR1 | ALR1 | RLR1 | HPLR1 | RHPLR1 | WGBC | WLR1 | WHPLR1 | SGBC | SLR1 | SHPLR1 | RGBG | MGBC | MLR1 | LSTM | CLR | NGBC | |
| GBC | 0.0, 0.05, 0.95 | 0.0, 0.23, 0.77 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.13, 0.87 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| LR1 | ————— | 0.0, 1.0, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.19, 0.81 | 0.0, 0.97, 0.03 | 0.6, 0.4, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.03, 0.97 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.66, 0.34, 0.0 | 0.0, 0.19, 0.81 | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| ALR1 | ————— | ————— | 0.0, 1.0, 0.0 | 0.0, 0.06, 0.94 | 0.0, 0.79, 0.21 | 0.3, 0.7, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.02, 0.98 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.38, 0.62, 0.0 | 0.0, 0.07, 0.93 | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| RLR1 | ————— | ————— | ————— | 0.0, 0.7, 0.3 | 0.0, 1.0, 0.0 | 0.96, 0.04, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.05, 0.95 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.96, 0.04, 0.0 | 0.0, 0.61, 0.39 | 0.0, 0.0, 1.0 | 0.01, 0.99, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| HPLR1 | ————— | ————— | ————— | ————— | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 0.27, 0.73, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.24, 0.76 | 0.0, 0.01, 0.99 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.88, 0.12, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| RHPLR1 | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.1, 0.9 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 0.0, 0.95, 0.05 | 0.0, 0.0, 1.0 | 0.18, 0.82, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| WGBC | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.04, 0.96 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.59, 0.41 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| WLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.05, 0.95 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.96, 0.04, 0.0 | 0.0, 0.63, 0.37 | 0.0, 0.0, 1.0 | 0.01, 0.99, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| WHPLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.36, 0.58, 0.06 | 0.03, 0.47, 0.49 | 0.0, 0.01, 0.99 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 0.05, 0.95, 0.0 | 0.0, 0.0, 1.0 |
| SGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.03, 0.97 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 0.76, 0.24, 0.0 | 0.0, 0.02, 0.98 | 0.98, 0.02, 0.0 | 0.1, 0.64, 0.25 | 0.0, 0.0, 1.0 |
| SLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 0.99, 0.01, 0.0 | 0.01, 0.3, 0.7 | 1.0, 0.0, 0.0 | 0.61, 0.38, 0.02 | 0.0, 0.02, 0.98 |
| SHPLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.55, 0.42, 0.03 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.08, 0.43, 0.5 |
| RGBG | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.51, 0.49 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| MGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.91, 0.09, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| MLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.01, 0.19, 0.8 |
| LSTM | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 |
| CLR | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 |
| NGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— |
| LR1 | ALR1 | RLR1 | HPLR1 | RHPLR1 | WGBC | WLR1 | WHPLR1 | SGBC | SLR1 | SHPLR1 | RGBG | MGBC | MLR1 | LSTM | CLR | NGBC | |
| GBC | 0.01, 0.99, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.25, 0.75, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.49, 0.51, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| LR1 | ————— | 0.0, 1.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 0.91, 0.09, 0.0 | 0.0, 1.0, 0.0 | 0.66, 0.34, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 0.77, 0.23, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| ALR1 | ————— | ————— | 0.16, 0.84, 0.0 | 1.0, 0.0, 0.0 | 0.99, 0.01, 0.0 | 0.0, 1.0, 0.0 | 0.95, 0.05, 0.0 | 1.0, 0.0, 0.0 | 0.01, 0.99, 0.0 | 0.89, 0.11, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| RLR1 | ————— | ————— | ————— | 0.03, 0.97, 0.0 | 0.0, 1.0, 0.0 | 0.0, 0.45, 0.55 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.85, 0.15 | 0.1, 0.9, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.51, 0.49 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| HPLR1 | ————— | ————— | ————— | ————— | 0.0, 1.0, 0.0 | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.11, 0.89 | 0.0, 0.99, 0.01 | 1.0, 0.0, 0.0 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.21, 0.79 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| RHPLR1 | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.32, 0.68 | 0.0, 0.99, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.01, 0.99 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.59, 0.41 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| WGBC | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.03, 0.97, 0.0 | 0.94, 0.06, 0.0 | 1.0, 0.0, 0.0 | 0.0, 1.0, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.02, 0.98, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| WLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 0.0, 0.5, 0.5 | 0.01, 0.99, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.03, 0.97 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.83, 0.17 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| WHPLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.42, 0.58, 0.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.02, 0.98 | 1.0, 0.0, 0.0 |
| SGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.87, 0.13, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.97, 0.03 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.02, 0.98, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| SLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 0.0, 0.07, 0.93 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.0, 0.51, 0.49 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| SHPLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 |
| RGBG | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 | 0.01, 0.99, 0.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| MGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 0.0, 0.0, 1.0 | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| MLR1 | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 0.0, 0.0, 1.0 | 0.11, 0.89, 0.0 | 1.0, 0.0, 0.0 |
| LSTM | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 | 1.0, 0.0, 0.0 |
| CLR | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | 1.0, 0.0, 0.0 |
| NGBC | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— | ————— |
Fig 3GBC evaluation.
ROC, Calibration, and PR curves for 50 iterations of 5-fold CV (250 lines shown; each of 50 iterations has 5 lines corresponding to the 5 outer folds of CV). The black diagonal line represents chance for the ROC curve and ideal for the calibration curve. Results are reported per hospitalization, not patient. Alpha level = 0.5, line weight = 0.5.
Fig 4GBC hospitalization- and patient-specific risk distributions.
Observed hospitalization-level risk is plotted against predicted risk (top row) and patient-level mean observed risk against mean predicted risk (bottom row). Distributions of predictions P are shown at the hospitalization and patient level. At patient level, distributions that are difficult to discern from the scatter plot are shown. In the scatter plots, alpha level is 0.05 and the red calibration curve corresponds to all hospitalizations or to patients who had either mean risk over hospitalizations of 1 or 0. The calibration curves are computed according to the macro-averaged predicted output per hospitalization or patient over the 50 iterations of 5 fold CV (over 250 total folds). Ideal calibration is the dotted black diagonal. Histograms have 1000 bins to give necessary resolution. P = observed risk per hospitalization, P = predicted risk per hospitalization, = mean observed risk over hospitalizations, = mean predicted risk over hospitalizations.
Fig 5GBC prediction variance.
The mean and standard deviation of predicted probabilities are plotted over iterations (per hospitalization). Alpha = 0.01 for all plots.
Coefficients of features associated with error.
For diagnoses, features correspond to the count assigned in prior hospitalizations. Note that age and diagnosis were fit in separate regressions despite being displayed in the same table.
| Lasso (+) | “Non-present” Dx | 0.0071 (0.0069, 0.0073) |
| Non-dependent abuse of drugs | 0.0030 (0.0028, 0.0032) | |
| Lasso (-) | AKI | -0.0476 (-0.0479, -0.0473) |
| CKD | -0.0301 (-0.0304, -0.0297) | |
| Other and unspecified anemias | -0.0066 (-0.0068, -0.0063) | |
| Convalescence and palliative care | -0.0039 (-0.0042, -0.0036) | |
| Hypertensive chronic kidney disease | -0.0006 (-0.0008, -0.0004) | |
| Heart failure | -0.0003 (-0.0003, -0.0002) | |
| Cardiac dysrhythmias | -0.0001 (-0.0002, -0.0001) | |
| Age | -0.0271 (-0.0272, -0.0269) | |
| Lasso (+) | AKI | 0.0166 (0.0164, 0.0167) |
| CKD | 0.0112 (0.0111, 0.0113) | |
| Other and unspecified anemias | 0.0014 (0.0014, 0.0015) | |
| Age | 0.0236 (0.0235, 0.0236) |
Fig 6GBC error by utilization.
The mean and STD absolute error is shown as a function of the number of hospitalizations. Patients were binned based on the number of hospitalizations in the dataset and then, over bins, the mean error and STD of the predictions were computed. Stratification by outcome is performed since it was earlier established that the hospitalization:patient ratio is higher in cases than in controls.
Feature importances/coefficients for GBC and LR1.
For laboratory results, the first function is G, aggregation over hospitalizations, and the second is F, aggregation within a hospitalization; e.g., “mean max sCr” is the mean over hospitalizations of the maximum sCr of each hospitalization.
| Age | 0.0409 (0.0404, 0.0414) |
| Mean count abnormally high urea nitrogen | 0.0351 (0.0338, 0.0365) |
| Count “non-present” DRGs | 0.0295 (0.0289, 0.0301) |
| Count Dx: AKI | 0.0168 (0.0161, 0.0175) |
| Mean count abnormally low hemoglobin | 0.0160 (0.0152, 0.0168) |
| Mean sum urea nitrogen | 0.0153 (0.0144, 0.0162) |
| Mean sum sCr | 0.0143 (0.0135, 0.0151) |
| Mean min direct bilirubin | 0.0139 (0.013, 0.0149) |
| Mean max albumin | 0.0128 (0.0117, 0.0139) |
| Count immunosuppressant medications | 0.0124 (0.0116, 0.0132) |
| Max mean urea nitrogen | 0.0118 (0.0109, 0.0127) |
| Mean count abnormally high sCr | 0.0113 (0.0106, 0.012) |
| Count pharm subclass: Loop diuretics | 0.0104 (0.0098, 0.011) |
| Count pharm subclass: K-sparing diuretics | 0.0099 (0.0089, 0.0108) |
| Min min direct bilirubin | 0.0098 (0.0088, 0.0107) |
| Mean count abnormal glomerular filtration rate-caucasian | 0.0088 (0.0082, 0.0094) |
| Count “non-present” Dx | 0.0084 (0.0078, 0.009) |
| Min mean chloride | 0.0080 (0.0074, 0.0087) |
| Count “non-present” CPT4 Px | 0.0078 (0.0072, 0.0084) |
| Max max sCr | 0.0078 (0.0071, 0.0084) |
| Mean max urea nitrogen | 0.0073 (0.0065, 0.008) |
| Mean mean hemoglobin | 0.0071 (0.0065, 0.0077) |
| Count Px: injection of glucagon, haloperidol, heparin, enoxaparin | 0.0070 (0.0065, 0.0076) |
| Spironolactone | 0.0067 (0.0058, 0.0076) |
| Count discharges to Hospice/Medical Facility | 0.0066 (0.0062, 0.0071) |
| Count Dx: artificial opening status (e.g., tracheostomy) | 0.0065 (0.0058, 0.0072) |
| Min max albumin | 0.0065 (0.0058, 0.0071) |
| Var count abnormally high urea nitrogen | 0.0057 (0.0049, 0.0065) |
| Count allopurinol | 0.0056 (0.0049, 0.0062) |
| Min min Glomerular filtration rate-Black | 0.0055 (0.0049, 0.0061) |
| Count carbapenems | 0.0055 (0.0048, 0.0062) |
| Spinal procedures w/o CC/MCC | 0.0053 (0.0044, 0.0061) |
| Sum max glomerular filtration rate-Black | 0.0052 (0.0047, 0.0057) |
| Max min sCr | 0.0052 (0.0047, 0.0058) |
| Count Dx: Disorders of fluid electrolyte and acid-base balance | 0.0052 (0.0047, 0.0057) |
| Mean sum glomerular filtration rate-Black | 0.0052 (0.0045, 0.0059) |
| Count Dx: Diabetes Mellitus | 0.0051 (0.0046, 0.0056) |
| Max max urea nitrogen | 0.0051 (0.0045, 0.0058) |
| Max max hemoglobin | 0.0049 (0.0043, 0.0055) |
| Sum max hemoglobin | 0.0048 (0.0042, 0.0054) |
| Age | 0.5846 (0.5825, 0.5867) |
| Mean mean urea nitrogen | 0.1127 (0.108, 0.1175) |
| Count Dx: AKI | 0.0974 (0.0956, 0.0993) |
| Mean max glucose | 0.0905 (0.0882, 0.0927) |
| Mean mean sCr | 0.0587 (0.0532, 0.0641) |
| Gender: Male | 0.0505 (0.0455, 0.0554) |
| Mean var glomerular filtration rate-Caucasian | 0.0442 (0.0424, 0.046) |
| Max mean sCr | 0.0386 (0.0337, 0.0433) |
| Count discharges with home health organization care services | 0.0290 (0.0271, 0.0309) |
| Max mean urea nitrogen | 0.0251 (0.0215, 0.0286) |
| Count Dx: Chronic pulmonary heart disease | 0.0241 (0.0228, 0.0254) |
| Min min direct bilirubin | 0.0241 (0.0221, 0.0261) |
| Mean min direct bilirubin | 0.0227 (0.0208, 0.0245) |
| Count DRG: Hepatobiliary diagnostic procedures with MCC | 0.0213 (0.0196, 0.0229) |
| Count Px: Pathology consult | 0.0195 (0.0181, 0.021) |
| Count Px: Assay of blood lipoprotein or of magnesium | 0.0186 (0.0161, 0.021) |
| Mean max urea nitrogen | 0.0182 (0.015, 0.0213) |
| Count Px: Assay of urine sodium | 0.0179 (0.0163, 0.0194) |
| Min min sCr | 0.0173 (0.0144, 0.0201) |
| Last primary insurance: other | 0.0171 (0.0158, 0.0185) |
| Count “non-present” DRGs | -0.2126 (-0.2294, -0.1964) |
| Mean min albumin | -0.2122 (-0.2171, -0.2076) |
| Mean min albumin | -0.0623 (-0.0671, -0.0575) |
| Gender: Female | -0.0610 (-0.0659, -0.0561) |
| Count Location: High risk labor and delivery unit | -0.0585 (-0.0613, -0.0558) |
| Count location: Emergency Department | -0.0526 (-0.0606, -0.0443) |
| Min min glomerular filtration rate-Caucasian | -0.0409 (-0.0446, -0.0373) |
| Mean min chloride | -0.0393 (-0.0418, -0.0369) |
| Count Dx: Traumatic injuries | -0.0331 (-0.036, -0.0301) |
| Mean mean albumin | -0.0307 (-0.0347, -0.0263) |
| Count Admission on Tuesday | -0.0288 (-0.033, -0.0246) |
| Count Admission on Saturday | -0.0265 (-0.0307, -0.0221) |
| Count Dx: Injury from athletics | -0.0252 (-0.0284, -0.0219) |
| Count discharges on Sunday | -0.0202 (-0.0237, -0.0166) |
| Mean min glomerular filtration rate-Caucasian | -0.0195 (-0.0229, -0.016) |
| Max min hemoglobin | -0.0166 (-0.0202, -0.0128) |
| Min min albumin | -0.0158 (-0.0187, -0.0129) |
| Max min bicarbonate | -0.0109 (-0.0126, -0.0091) |
| Mean max albumin | -0.0108 (-0.0128, -0.0088) |
| Mean min bicarbonate | -0.0105 (-0.0122, -0.0087) |
Coefficients of HPLR1.
| HPLR1 Status | Coefficient | Mean (95% CI) |
|---|---|---|
| Age | 0.2304 (0.229, 0.2318) | |
| Max max urea nitrogen | 0.1752 (0.1695, 0.1811) | |
| Mean max urea nitrogen | 0.1297 (0.1242, 0.1352) | |
| Count Dx: AKI | 0.0248 (0.0236, 0.026) | |
| Mean max glucose | 0.0001 (-0.0, 0.0002) | |
| Mean max potassium | 0.0001 (-0.0, 0.0002) | |
| Mean min hemoglobin | -0.0931 (-0.0949, -0.0912) | |
| Mean min albumin | -0.0557 (-0.0573, -0.0541) | |
| Mean min calcium | -0.0001 (-0.0002, 0.0) |
Feature importances/coefficients for MGBC and MLR1.
Each feature corresponds to the count of administrations of the medication over prior hospitalizations.
| Furosemide | 0.0718 (0.0706, 0.0731) |
| Ibuprofen | 0.0356 (0.035, 0.0361) |
| Sodium Chloride | 0.0306 (0.0299, 0.0313) |
| Allopurinol | 0.0245 (0.0239, 0.025) |
| Amlodipine Besylate | 0.0237 (0.0232, 0.0242) |
| Oxycodone-Acetaminophen | 0.0237 (0.023, 0.0243) |
| Spironolactone | 0.0232 (0.0224, 0.024) |
| Heparin Sodium | 0.0229 (0.0223, 0.0235) |
| Tacrolimus | 0.0217 (0.0212, 0.0223) |
| Enoxaparin Sodium | 0.0210 (0.0203, 0.0217) |
| Torsemide | 0.0189 (0.0183, 0.0195) |
| Aspirin | 0.0187 (0.0179, 0.0195) |
| Fentanyl Citrate | 0.0183 (0.0171, 0.0194) |
| Dextrose | 0.0180 (0.0175, 0.0186) |
| Levothyroxine Sodium | 0.0154 (0.0148, 0.0161) |
| Piperacillin-Tazobactam In D | 0.0145 (0.014, 0.0151) |
| Epoetin Alfa | 0.0144 (0.0139, 0.0149) |
| Carvedilol | 0.0133 (0.0125, 0.0141) |
| Hydralazine HCL | 0.0128 (0.0121, 0.0135) |
| Sevelamer Carbonate | 0.0119 (0.0111, 0.0126) |
| Metoprolol Tartrate | 0.0113 (0.0107, 0.0118) |
| Docusate Sodium | 0.0111 (0.0103, 0.0119) |
| Ceftriaxone Sodium In Dextrose | 0.0104 (0.0097, 0.0111) |
| Pantoprazole Sodium | 0.0103 (0.0095, 0.0111) |
| Metformin Hcl | 0.0102 (0.0096, 0.0109) |
| Albuterol Sulfate Hfa | 0.0099 (0.0092, 0.0105) |
| Vancomycin Hcl In Dextrose | 0.0099 (0.0092, 0.0105) |
| Nephro-Vite | 0.0090 (0.0084, 0.0096) |
| Magnesium Sulfate | 0.0083 (0.0077, 0.0088) |
| Midazolam (Versed) | 0.0083 (0.0076, 0.0091) |
| Glycopyrrolate | 0.0081 (0.0072, 0.0088) |
| Paricalcitol | 0.0071 (0.0062, 0.0081) |
| Cyclosporine Modified | 0.0070 (0.0061, 0.0079) |
| Acetaminophen | 0.0070 (0.0063, 0.0077) |
| Benazepril HCL | 0.0068 (0.006, 0.0076) |
| Diltiazem HCL Er Beads | 0.0067 (0.0057, 0.0076) |
| Labetalol HCL | 0.0067 (0.006, 0.0073) |
| Losartan Potassium | 0.0064 (0.0058, 0.0071) |
| Warfarin Sodium | 0.0064 (0.0058, 0.007) |
| Albumin Human | 0.0063 (0.0056, 0.0071) |
| Furosemide | 0.1643 (0.161, 0.1677) |
| Heparin Sodium | 0.1349 (0.1325, 0.1372) |
| Allopurinol | 0.0947 (0.0912, 0.0982) |
| Enoxaparin Sodium | 0.0883 (0.0857, 0.0911) |
| Piperacillin-Tazobactam In D | 0.0809 (0.079, 0.0828) |
| Dextrose | 0.0785 (0.0725, 0.0844) |
| Tacrolimus | 0.0727 (0.0707, 0.0746) |
| Metoprolol Tartrate | 0.0706 (0.0683, 0.0729) |
| Hydralazine HCL | 0.0668 (0.0647, 0.0689) |
| Torsemide | 0.0609 (0.0583, 0.0637) |
| Glucagon HCL (Rdna) | 0.0545 (0.0483, 0.0606) |
| Ceftriaxone Sodium In Dextrose | 0.0536 (0.0512, 0.056) |
| Epoetin Alfa | 0.0531 (0.051, 0.0553) |
| Spironolactone | 0.0530 (0.0501, 0.056) |
| Metoprolol Succinate | 0.0500 (0.0483, 0.0517) |
| Sodium Chloride | 0.0436 (0.0398, 0.0474) |
| Moxifloxacin HCL | 0.0358 (0.0341, 0.0375) |
| Ciprofloxacin HCL | 0.0347 (0.0326, 0.0368) |
| Fish Oil | 0.0284 (0.0269, 0.0299) |
| Oxycodone HCL | 0.0281 (0.026, 0.0303) |
| Ibuprofen | -0.2765 (-0.2807, -0.2722) |
| Oxycodone-Acetaminophen | -0.1575 (-0.1607, -0.1544) |
| Promethazine HCL | -0.0914 (-0.0949, -0.0879) |
| Ondansetron | -0.0791 (-0.082, -0.0761) |
| Hydroxyzine Pamoate | -0.0707 (-0.0733, -0.0681) |
| Albuterol Sulfate Hfa | -0.0576 (-0.0609, -0.0543) |
| Nicotine Polacrilex | -0.0468 (-0.0501, -0.0434) |
| Tetanus-Diphth-Acell Pert | -0.0393 (-0.0415, -0.0372) |
| Cyclobenzaprine HCL | -0.0313 (-0.0335, -0.0292) |
| Classic Prenatal Vitamin | -0.0312 (-0.0334, -0.0289) |
| Trazodone HCL | -0.0300 (-0.0331, -0.0268) |
| Oxytocin | -0.0288 (-0.0309, -0.0267) |
| Risperidone Microspheres | -0.0264 (-0.0289, -0.024) |
| Risperidone | -0.0231 (-0.0255, -0.0207) |
| Lorazepam (Ativan) | -0.0207 (-0.0227, -0.0186) |
| Ketorolac Tromethamine | -0.0207 (-0.0229, -0.0183) |
| Betamethasone Acetate & Sodium Phosphate | -0.0119 (-0.0134, -0.0103) |
| Prenavite Protein Coated | -0.0091 (-0.0116, -0.0064) |
| Aripiprazole | -0.0067 (-0.008, -0.0053) |
| Etomidate | -0.0065 (-0.0077, -0.0053) |