-
Notifications
You must be signed in to change notification settings - Fork 0
/
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: sesp
Title: Spatially Explicit Stratified Power
Version: 1.0
Authors@R: c(
person(given = "Wenbo", family = "Lv",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800")),
person(given = "Yongze", family = "Song",
email = "yongze.song@outlook.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Zehua", family = "Zhang",
email = "levizhang0111@gmail.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-3462-4025")),
person(given = "Shaoqing", family = "Dai",
email = "shaoqing.dai@outlook.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-0858-4728")),
person(given = "Jianwu", family = "Yan",
email = "yanjw2001@163.com",
role = c("aut"),
comment = c(ORCID = "0000-0001-9411-8453")),
person(given = "Wufan", family = "Zhao",
email = "wufanzhao@hkust-gz.edu.cn",
role = c("aut"),
comment = c(ORCID = "0000-0002-0265-3465"))
)
Description: Assesses spatial associations between variables through an equivalent geographical detector (q-statistic) within a regression framework and incorporates a spatially explicit stratified power model by integrating spatial dependence and spatial stratified heterogeneity, facilitating the modeling of complex spatial relationships.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://stscl.github.io/sesp/, https://github.com/stscl/sesp
BugReports: https://github.com/stscl/sesp/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr,
forcats,
ggplot2,
GWmodel3,
magrittr,
parallel,
patchwork,
purrr,
sdsfun (>= 0.7.0),
sf,
spatialreg,
spdep,
stats,
tibble,
tidyr,
utils
Suggests:
gdverse (>= 1.3-1),
knitr,
Rcpp,
RcppArmadillo,
readr,
rmarkdown
Remotes:
stscl/sdsfun,
GWmodel-Lab/GWmodel3
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder: knitr