CSMF.interVA4 {InterVA4} | R Documentation |
The function takes input of a list of va object and calculates the cause-specific mortality fraction. It only calculates CSMF as aggregation of up to the third largest causes.
CSMF.interVA4(va)
va |
The list of va object to summarize. |
dist.cod |
The cause-specific mortality fraction (including undetermined category). |
Zehang LI, Tyler McCormick, Sam Clark
data(SampleInput)
sample.output <- InterVA(SampleInput, HIV = "h", Malaria = "v", write=FALSE)
## Get CSMF without plots
csmf<- CSMF.interVA4(sample.output$VA)
data(SampleInput)