-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.22 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
Package: covidprobability
Title: Estimate the Unit-Wide Probability of COVID-19
Version: 0.1.0
Authors@R:
c(person(given = "Eric",
family = "Brown",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1575-2606")),
person(given = "Wei",
family = "Wang",
role = c("ctb"))
)
Description: We propose a method to estimate the probability of an
undetected case of COVID-19 in a defined setting, when a given number of
people have been exposed, with a given pretest probability of having
COVID-19 as a result of that exposure. Since we are interested in undetected
COVID-19, we assume no person has developed symptoms (which would warrant
further investigation) and that everyone was tested on a given day, and all
tested negative.
URL: https://github.com/eebrown/covidprobability
BugReports: https://github.com/eebrown/covidprobability/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
stats,
utils
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3