##= load NCC example ======================================
setDALYexample(1)
##= perform DALY calculation, store results in 'x' ========
x <- getDALY()
##= perform DALY sensitivity analysis =====================
# mapped regression coefficients
sensitivity(x, method = "regression", mapped = TRUE)
# standardized regression coefficients
sensitivity(x, method = "regression", mapped = FALSE)
# Spearman's rank correlation coefficients
sensitivity(x, method = "rank")Run the code above in your browser using DataLab