CSMF.interVA4 {InterVA4}R Documentation

Summarize population level cause-specific mortality fraction as InterVA4 suggested.

Description

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.

Usage

CSMF.interVA4(va)

Arguments

va

The list of va object to summarize.

Value

dist.cod

The cause-specific mortality fraction (including undetermined category).

Author(s)

Zehang LI, Tyler McCormick, Sam Clark

See Also

CSMF

Examples


data(SampleInput)
sample.output <- InterVA(SampleInput, HIV = "h", Malaria = "v", write=FALSE)
## Get CSMF without plots
csmf<- CSMF.interVA4(sample.output$VA)
data(SampleInput)


[Package InterVA4 version 1.7.6 Index]