## 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
print(x) # absolute, total
print(x, prob = .90) # absolute, total (90% credible intervals)
print(x, relative = TRUE) # relative (ie, per 1000 population)
print(x, outcomes = TRUE) # outcome-wiseRun the code above in your browser using DataLab