InterVA4-package {InterVA4} | R Documentation |
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.
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 |
Author(s)
Zehang Li, Tyler McCormick, Sam Clark
Maintainer: Zehang Li <lizehang@uw.edu>
References
http://www.interva.net/
Examples
data(SampleInput)
sample.output <- InterVA(SampleInput, HIV = "h", Malaria = "v", write=FALSE)
[Package InterVA4 version 1.7.6 Index]