-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.55 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
Package: SpatialPack
Type: Package
Title: Tools for Assessment the Association Between Two Spatial Processes
Version: 0.4-1
Date: 2024-09-29
Authors@R: c(person("Felipe", "Osorio", role = c("aut", "cre"),
email = "felipe.osorios@usm.cl",
comment = c(ORCID = "0000-0002-4675-5201")),
person("Ronny", "Vallejos", role = "aut",
email = "ronny.vallejos@usm.cl",
comment = c(ORCID = "0000-0001-5519-0946")),
person("Francisco", "Cuevas", role = "ctb"),
person("Diego", "Mancilla", role = "ctb"))
Maintainer: Felipe Osorio <felipe.osorios@usm.cl>
Description: Tools to assess the association between two spatial processes. Currently,
several methodologies are implemented: A modified t-test to perform hypothesis testing
about the independence between the processes, a suitable nonparametric correlation
coefficient, the codispersion coefficient, and an F test for assessing the multiple
correlation between one spatial process and several others. Functions for image
processing and computing the spatial association between images are also provided.
Functions contained in the package are intended to accompany Vallejos, R., Osorio, F.,
Bevilacqua, M. (2020). Spatial Relationships Between Two Georeferenced Variables:
With Applications in R. Springer, Cham <doi:10.1007/978-3-030-56681-4>.
Depends: R(>= 3.5.0), fastmatrix
LinkingTo: fastmatrix
Imports: stats, graphics
License: GPL-3
URL: http://spatialpack.mat.utfsm.cl
NeedsCompilation: yes
LazyLoad: yes