-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.49 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
Package: spqdep
Title: Testing for Spatial Independence of Cross-Sectional Qualitative Data
Version: 0.1.3.5
Date: 2024-12-17
Authors@R:
c(person("Fernando", "Lopez", email = "fernando.lopez@upct.es",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5397-9748")),
person("Roman", "Minguez", email = "roman.minguez@uclm.es",
role = c("aut"), comment = c(ORCID = "0000-0002-0490-3181")),
person("Antonio", "Paez", email = "paezha@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0001-6912-9919")),
person("Manuel", "Ruiz", email = "manuel.ruiz@upct.es",
role = c("aut"), comment = c(ORCID = "0000-0001-9228-6410")))
Description: Testing for Spatial Dependence of Qualitative Data in Cross Section. The list of functions includes join-count tests, Q test, spatial scan test, similarity test and spatial runs test. The methodology of these models can be found in <doi:10.1007/s10109-009-0100-1> and <doi:10.1080/13658816.2011.586327>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://f8l5h9.github.io/spqdep/
LazyData: true
VignetteBuilder: knitr
Imports:
broom,
dplyr,
ggplot2,
gt,
gtools,
igraph,
Matrix,
methods,
purrr,
rsample,
sf,
sp,
spatialreg,
spdep,
stats,
tidyr
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown
BugReports: https://github.com/f8l5h9/spqdep/issues