-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.48 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
Type: Package
Package: EgoCor
Title: Simple Presentation of Estimated Exponential Semi-Variograms
Version: 1.2.0
Authors@R: c(
person("Julia", "Dyck", , "[email protected]", role = c("aut", "cre")),
person("Odile", "Sauzet", role = "aut"),
person("Jan-Ole", "Koslik", role = "aut")
)
Description: User friendly interface based on the R package 'gstat' to fit
exponential parametric models to empirical semi-variograms in order to
model the spatial correlation structure of health data. Geo-located
health outcomes of survey participants may be used to model spatial
effects on health in an ego-centred approach. The package contains a
range of functions to help explore the spatial structure of the data
as well as visualize the fit of exponential models for various
metaparameter combinations with respect to the number of lag intervals
and maximal distance. Furthermore, the outcome of interest can be
adjusted for covariates by fitting a linear regression in a
preliminary step before the semi-variogram fitting process.
License: MIT + file LICENSE
URL: https://github.com/julia-dyck/EgoCor
BugReports: https://github.com/julia-dyck/EgoCor/issues
Depends:
R (>= 3.5.0)
Imports:
graphics,
grDevices,
gstat,
Rdpack,
shiny,
sp,
SpatialTools,
stats,
methods,
utils
Suggests:
knitr,
rmarkdown,
lme4
VignetteBuilder:
knitr
RdMacros:
Rdpack
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3