-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
61 lines (61 loc) · 2.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: PoolTestR
Title: Prevalence and Regression for Pool-Tested (Group-Tested) Data
Version: 0.2.0.9000
Authors@R: c(
person("Angus", "McLure", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2551-3059")),
person("Caitlin", "Cherryh", role = "ctb",
comment = c(ORCID = "0000-0001-6146-4376"))
)
Description: An easy-to-use tool for working with presence/absence tests
on 'pooled' or 'grouped' samples. The primary application is for
estimating prevalence of a marker in a population based on the results
of tests on pooled specimens. This sampling method is often employed
in surveillance of rare conditions in humans or animals (e.g.
molecular xenomonitoring). The package was initially conceived as an
R-based alternative to the molecular xenomonitoring software,
'PoolScreen' <https://sites.uab.edu/statgenetics/software/>. However,
it goes further, allowing for estimates of prevalence to be adjusted
for hierarchical sampling frames, and perform flexible mixed-effect
regression analyses (McLure et al. Environmental Modelling and
Software. <DOI:10.1016/j.envsoft.2021.105158>). The package is
currently in early stages, however more features are planned or in the
works: e.g. adjustments for imperfect test specificity/sensitivity,
functions for helping with optimal experimental design, and functions
for spatial modelling.
License: GPL (>= 3)
URL: https://github.com/AngusMcLure/PoolTestR
BugReports: https://github.com/AngusMcLure/PoolTestR/issues
Depends:
R (>= 3.4.0)
Imports:
brms,
dplyr,
lme4 (>= 1.1-35.1),
methods,
progress,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang,
rstan (>= 2.26.0),
rstantools (>= 2.3.1.1),
stats,
stringr,
tibble
Suggests:
covr,
testthat (>= 3.0.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
Biarch: true
Encoding: UTF-8
Language: en-AU
LazyData: true
RoxygenNote: 7.3.2
SystemRequirements: GNU make
Config/testthat/edition: 3