-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
23 lines (23 loc) · 1.72 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: openVA
Type: Package
Title: Automated Method for Verbal Autopsy
Version: 1.1.2
Date: 2024-01-28
Author: Zehang Richard Li, Jason Thomas, Tyler H. McCormick, Samuel J. Clark
Maintainer: Zehang Richard Li <[email protected]>
Depends: R (>= 3.1)
Imports: InterVA5 (>= 1.0.1), InSilicoVA (>= 1.1.3), InterVA4 (>= 1.7.3), Tariff (>= 1.0.1), ggplot2, crayon, cli, methods
Suggests:
covr,
nbc4va,
testthat,
R.rsp,
knitr
Description: Implements multiple existing open-source algorithms for coding cause of death from verbal autopsies. The methods implemented include 'InterVA4' by Byass et al (2012) <doi:10.3402/gha.v5i0.19281>, 'InterVA5' by Byass at al (2019) <doi:10.1186/s12916-019-1333-6>, 'InSilicoVA' by McCormick et al (2016) <doi:10.1080/01621459.2016.1152191>, 'NBC' by Miasnikof et al (2015) <doi:10.1186/s12916-015-0521-2>, and a replication of 'Tariff' method by James et al (2011) <doi:10.1186/1478-7954-9-31> and Serina, et al. (2015) <doi:10.1186/s12916-015-0527-9>. It also provides tools for data manipulation tasks commonly used in Verbal Autopsy analysis and implements easy graphical visualization of individual and population level statistics. The 'NBC' method is implemented by the 'nbc4va' package that can be installed from <https://github.com/rrwen/nbc4va>. Note that this package was not developed by authors affiliated with the Institute for Health Metrics and Evaluation and thus unintentional discrepancies may exist in the implementation of the 'Tariff' method.
License: GPL-2
URL: https://github.com/verbal-autopsy-software/openVA
BugReports: https://github.com/verbal-autopsy-software/openVA/issues
RoxygenNote: 7.2.3
VignetteBuilder: R.rsp, knitr
NeedsCompilation: no
Config/build/clean-inst-doc: FALSE