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