-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.15 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
62
63
64
65
66
67
68
69
Package: sparrpowR
Title: Power Analysis to Detect Spatial Relative Risk Clusters
Version: 0.2.8
Date: 2024-01-23
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
role = c("aut", "cre", "cph"),
email = "ian.buller@alumni.emory.edu",
comment = c(ORCID = "0000-0001-9477-8582")),
person(given = "Derek W.",
family = "Brown",
role = c("aut", "cph"),
email = "derek9@gwmail.gwu.edu",
comment = c(ORCID = "0000-0001-8393-1713")),
person(given = "Mitchell J.",
family = "Machiela",
role = "ctb",
email = "mitchell.machiela@nih.gov",
comment = c(ORCID = "0000-0001-6538-9705")),
person(given = "Timothy A.",
family = "Myers",
role = "ctb",
email = "myersta@mail.nih.gov"),
person(given = "NCI",
role = c("cph", "fnd")))
Maintainer: Ian D. Buller <ian.buller@alumni.emory.edu>
Description: Calculate the statistical power to detect clusters using kernel-based
spatial relative risk functions that are estimated using the 'sparr' package.
Details about the 'sparr' package methods can be found in the tutorial: Davies
et al. (2018) <doi:10.1002/sim.7577>. Details about kernel density estimation
can be found in J. F. Bithell (1990) <doi:10.1002/sim.4780090616>. More
information about relative risk functions using kernel density estimation can
be found in J. F. Bithell (1991) <doi:10.1002/sim.4780101112>.
License: Apache License (>= 2.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
doFuture,
doRNG,
fields,
foreach,
future,
graphics,
grDevices,
iterators,
lifecycle,
sparr,
spatstat.geom,
spatstat.random,
stats,
terra
Suggests:
geojsonsf,
ggmap,
ggplot2,
sf,
spatstat.data,
spelling,
testthat,
tidyterra,
R.rsp
VignetteBuilder: R.rsp
Language: en-US
URL: https://github.com/machiela-lab/sparrpowR
BugReports: https://github.com/machiela-lab/sparrpowR/issues