powered by
This function prints a summary message of the results along with the top cause-specific mortality fractions (CSMFs).
# S3 method for eava summary(object, top = 5, rnd = 4, ...)
all IDs of the deaths
assigned cause for individual of death
number of deaths
age group that the deaths belong to (either child or neonate)
cause-specific mortality fractions in decreasing order
eava object
eava
number of top CSMF to show
number of decimal places to round the CSMF
not used
if (FALSE) { data(DataEAVA) eava_results <- codeVA(DataEAVA, data.type = "EAVA", model = "EAVA") eava_summary <- summary(eava_results) eava_summary }
Run the code above in your browser using DataLab