Females: log_Odds_CVD = -3.307728 + (0.7939329 * Age_cent /10) + (0.0305239 * non_HDL_SI_cent) - (0.1606857 * HDL_SI_cent /0.3) - (0.2394003 * min_SBP_110_cent /20) + (0.360078 * max_SBP_110_cent /20) + (0.8667604 * diabetes) + (0.5360739 * Smoke_now) + (0.6045917 * min_GFR_60 / -15) + (0.0433769 * max_GFR_60 / -15) + (0.3151672 * Rx_HTN) - (0.1477655 * Statin) - (0.0663612 * Rx_HTN * max_SBP_110_cent /20) + (0.1197879 * Statin * non_HDL_SI_cent) - (0.0819715 * Age_cent /10 * non_HDL_SI_cent) + (0.0306769 * Age_cent /10 * HDL_SI_cent /0.3) - (0.0946348 * Age_cent /10 * max_SBP_110_cent /20) - (0.27057 * Age_cent /10 * diabetes) - (0.078715 * Age_cent /10 * Smoke_now) - (0.1637806 * Age_cent /10 * min_GFR_60 / -15)
Males: log_Odds_CVD = - 3.031168 + (0.7688528 * Age_cent /10) + (0.0736174 * non_HDL_SI_cent) - (0.0954431 * (HDL_SI_cent /0.3)) - (0.4347345 * min_SBP_110_cent /20) + (0.3362658 * max_SBP_110_cent /20) + (0.7692857 * diabetes) + (0.4386871 * Smoke_now) + (0.5378979 * min_GFR_60 / -15) + (0.0164827 * max_GFR_60 / -15) + (0.288879 * Rx_HTN) - (0.1337349 * Statin) - (0.0475924 * Rx_HTN * max_SBP_110_cent /20) + (0.150273 * Statin * non_HDL_SI_cent) - (0.0517874 * Age_cent /10 * non_HDL_SI_cent) + (0.0191169 * Age_cent /10 * HDL_SI_cent /0.3) - (0.1049477 * Age_cent /10 * max_SBP_110_cent /20) - (0.2251948 * Age_cent /10 * diabetes) - (0.0895067 * Age_cent /10 * Smoke_now) - (0.1543702 * Age_cent /10 * min_GFR_60 / -15)
Where:
SBP = Systolic blood pressure
HDL = High-density lipoprotein
Non_HDL = Total cholesterol – HDL
Risk_CVD=exp(log_Odds_CVD)/(1+exp(log_Odds_CVD))
All laboratory values are in SI units, and centered as follows:
Age_cent = age_years-55
non_HDL_SI_cent = non_HDL_SI-3.5
HDL_SI_cent = HDL_SI-1.3
min_SBP_110_cent=(min(SBP, 110) - 110)
max_SBP_110_cent=(max(SBP, 110) - 130)
min_GFR_60=(min(eGFR_2021, 60) - 60)
max_GFR_60=(max(eGFR_2021, 60) - 90)
Smoke_now = 0/1 indicator for current smoking (daily or occasional)
Diabetes = 0/1 indicator for individuals with diabetes
Rx_HTN = 0/1 indicator for individual taking a medication for hypertension
Statin = 0/1 indicator for individual taking a statin medication
Values were Winsorized if they fell outside of the range used for equation development:
SBP <90 or >200 mm Hg
TC <130 or >320 mg/dL
HDL-C <20 or >100 mg/dL)
[See Reference 3 for more information.] |