## load the Neurocysticercosis example
setDALYexample(1)
## initiate the Monte Carlo simulation process
## and store results in object 'x'
x <- getDALY()
## view the DALY calculation results
summary(x) # absolute, total
summary(x, relative = TRUE) # relative (ie, per 1000 population)
summary(x, outcomes = TRUE) # outcome-wiseRun the code above in your browser using DataLab