-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.08 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
42
43
Package: serosurvey
Title: Serological Survey Analysis For Prevalence Estimation Under Misclassification
Version: 1.0
Date: 2020-09-17
Authors@R:
person(given = "Andree",
family = "Valle Campos",
role = c("aut", "cre"),
email = "avallecam@gmail.com",
comment = c(ORCID = "0000-0002-7779-481X"))
Description: We provide functions for prevalence estimation within a serological survey.
Here we gather open source functions from different project in one R package.
This includes a template with an analysis workflow to efficiently use them
harmoniously.
URL: https://avallecam.github.io/serosurvey/
BugReports: https://github.com/avallecam/serosurvey/issues
License: GPL-3
Imports:
furrr,
ggplot2,
knitr,
purrr,
rmarkdown,
skimr,
srvyr,
stringr,
survey,
tibble,
tictoc,
tidyr,
tidyverse,
broom,
dplyr,
rlang
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3