Learn R Programming

InterVA4 (version 1.7.6)

InterVA4-package: Perform InterVA4 algorithm and provide graphical summarization of COD distribution.

Description

Computes individual cause of death and population cause-specific mortality fractions using the InterVA4 algorithm. Provides a simple graphical representation of the result.

Arguments

Details

To get the most up-to-date version of the package, as well as the past versions, please check the github repository at: https://github.com/richardli/InterVA4/

Package: InterVA4
Type: Package
Version: 1.6
Date: 2015-08-29
License: GPL-2

References

http://www.interva.net/

Examples

Run this code
# NOT RUN {
data(SampleInput)
sample.output <- InterVA(SampleInput, HIV = "h", Malaria = "v", write=FALSE)

# }

Run the code above in your browser using DataLab