##= load the NCC example ==================================
setDALYexample(1)
##= perform DALY calculation, store results in 'x' ========
x <- getDALY()
##= view the DALY calculation results =====================
summary(x) # absolute, total ============
summary(x, relative = TRUE) # relative (ie, per 1000) ====
summary(x, outcomes = TRUE) # outcome-wise ===============Run the code above in your browser using DataLab