-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.69 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
Package: geosimilarity
Title: Geographically Optimal Similarity
Version: 3.8
Authors@R:
c(
person(given = "Yongze", family = "Song",
email = "yongze.song@outlook.com",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Wenbo", family = "Lv",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-6003-3800"))
)
Description: Understanding spatial association is essential for spatial
statistical inference, including factor exploration and spatial prediction.
Geographically optimal similarity (GOS) model is an effective method
for spatial prediction, as described in Yongze Song (2022)
<doi:10.1007/s11004-022-10036-8>. GOS was developed based on
the geographical similarity principle, as described in Axing Zhu (2018)
<doi:10.1080/19475683.2018.1534890>. GOS has advantages in
more accurate spatial prediction using fewer samples and
critically reduced prediction uncertainty.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/ausgis/geosimilarity, https://ausgis.github.io/geosimilarity/
BugReports: https://github.com/ausgis/geosimilarity/issues
Depends: R (>= 4.1.0)
Imports:
stats,
parallel,
tibble,
dplyr (>= 1.1.0),
purrr,
ggplot2,
magrittr,
ggrepel
Suggests:
knitr,
cowplot,
viridis,
car,
DescTools,
PerformanceAnalytics,
testthat (>= 3.0.0),
rmarkdown
LazyData: true
VignetteBuilder: knitr
Config/testthat/edition: 3