Origin story: Global Burden of Disease Study
Deliberately a measure of health, not welfare/utility
Similar to QALYs, two dimensions of interest:
Length of life (differences in life expectancy)
Quality of life (measured by disability weight)
DALYs = YLL + YLD
For a given condition c,
YLD(c) = D_c \cdot L_c
DALY(c,a) = YLD(c) + YLL(a)
tbl_reference_life_table[initial_age + t, 1]
YLD(c) = D_c.
YLL(a,t)= Ex(a)\exp(-\ln(1+r)*t).
a is the time of death
r is the discount rate you’re using in the model (e.g., 3%).
t is the cycle number at which premature death occurs.
YLD(c)= dw_c
.
YLL(a,t)= tbl_ref_lt[initial_age+t,1]
*\exp(-\log(1+ r_disc
)* t
).
r_disc
dw_mild
= 0.08dw_progressive
= 0.15dw_progressive_treated
= 0.13dw_mild
dw_progressive
Additional slides below (hit down button).
Draft manuscript (with R code) available online at https://graveja0.github.io/dalys/