-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.05 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: nbc4va
Type: Package
Title: Bayes Classifier for Verbal Autopsy Data
Version: 1.2
Date: 2022-04-25
Authors@R: c(
person(given = "Richard", family = "Wen", email = "rrwen.dev@gmail.com", role = c("aut", "cre")),
person(given = "Pierre", family = "Miasnikof", role = "ctb"),
person(given = "Vasily", family = "Giannakeas", role = "ctb"),
person(given = "Mireille", family = "Gomes", role = "ctb"))
Maintainer: Richard Wen <rrwen.dev@gmail.com>
Description: An implementation of the Naive Bayes Classifier (NBC) algorithm
used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015)
<DOI:10.1186/s12916-015-0521-2>.
Depends:
R (>= 4.0.0)
Imports:
graphics,
methods,
utils,
shiny
Suggests:
bookdown,
knitr,
rmarkdown,
testthat
Enhances: openVA
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.1.2
Collate:
'nbc4va.R'
'nbc4va_data.R'
'nbc4va_validation.R'
'nbc4va_internal.R'
'nbc4va_main.R'
'nbc4va_extra.R'
'nbc4va_utility.R'
'nbc4va_wrapper.R'
VignetteBuilder: knitr
Encoding: UTF-8