forked from r-spatial/spdep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 3.13 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 3.13 KB
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
Package: spdep
Version: 0.8-1
Date: 2018-10-22
Title: Spatial Dependence: Weighting Schemes, Statistics and Models
Encoding: UTF-8
Authors@R:c(person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")), person("Micah", "Altman", role = "ctb"),
person("Luc", "Anselin", role = "ctb"),
person("Renato", "Assunção", role = "ctb"),
person("Olaf", "Berke", role = "ctb"),
person("Andrew", "Bernat", role = "ctb"),
person("Guillaume", "Blanchet", role = "ctb"),
person("Eric", "Blankmeyer", role = "ctb"),
person("Marilia", "Carvalho", role = "ctb"),
person("Bjarke", "Christensen", role = "ctb"),
person("Yongwan", "Chun", role = "ctb"),
person("Carsten", "Dormann", role = "ctb"),
person("Stéphane", "Dray", role = "ctb"),
person("Virgilio", "Gómez-Rubio", role = "ctb"),
person("Martin", "Gubri", role = "ctb"),
person("Rein", "Halbersma", role = "ctb"),
person("Elias", "Krainski", role = "ctb"),
person("Pierre", "Legendre", role = "ctb"),
person("Nicholas", "Lewin-Koh", role = "ctb"),
person("Hongfei", "Li", role = "ctb"),
person("Jielai", "Ma", role = "ctb"),
person("Abhirup", "Mallik", role = c("ctb", "trl")),
person("Giovanni", "Millo", role = "ctb"),
person("Werner", "Mueller", role = "ctb"),
person("Hisaji", "Ono", role = "ctb"),
person("Pedro", "Peres-Neto", role = "ctb"),
person("Gianfranco", "Piras", role = "ctb"),
person("Markus", "Reder", role = "ctb"),
person("Michael", "Tiefelsdorf", role = "ctb"),
person("René", "Westerholt", role="ctb"),
person("Danlin", "Yu", role = "ctb"))
Depends: R (>= 3.3.0), methods, sp (>= 1.0), Matrix (>= 1.0.12), spData (>= 0.2.6.0)
Imports: LearnBayes, deldir, boot (>= 1.3-1), splines, coda, nlme, MASS, stats, gmodels, expm, graphics, grDevices, utils
Suggests: sf, parallel, spam(>= 2.1-0), RANN, rgeos, RColorBrewer, lattice, xtable, maptools (>= 0.5-4), foreign, igraph, knitr, rgdal, classInt
URL: https://github.com/r-spatial/spdep/
BugReports: https://github.com/r-spatial/spdep/issues/
Description: A collection of functions to create spatial weights matrix
objects from polygon 'contiguities', from point patterns by distance and
tessellations, for summarizing these objects, and for permitting their
use in spatial data analysis, including regional aggregation by minimum
spanning tree; a collection of tests for spatial 'autocorrelation',
including global 'Morans I', 'APLE', 'Gearys C', 'Hubert/Mantel' general cross
product statistic, Empirical Bayes estimates and 'Assunção/Reis' Index,
'Getis/Ord' G and multicoloured join count statistics, local 'Moran's I'
and 'Getis/Ord' G, 'saddlepoint' approximations, exact tests for global
and local 'Moran's I' and 'LOSH' local indicators of spatial heteroscedasticity;
and functions for estimating spatial simultaneous
'autoregressive' ('SAR') lag and error models, impact measures for lag
models, weighted and 'unweighted' 'SAR' and 'CAR' spatial regression models,
semi-parametric and Moran 'eigenvector' spatial filtering, 'GM SAR' error
models, and generalized spatial two stage least squares models.
License: GPL (>= 2)
VignetteBuilder: knitr