-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
44 lines (44 loc) · 2.28 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: spsurvey
Title: Spatial Sampling Design and Analysis
Version: 5.5.1
Authors@R: c(
person("Michael", "Dumelle", role=c("aut","cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-3393-5529")),
person("Tom", "Kincaid", role="aut",
email = "[email protected]"),
person("Tony", "Olsen", role="aut",
email = "[email protected]"),
person("Marc", "Weber", role="aut",,
email = "[email protected]"),
person("Don", "Stevens", role="ctb"),
person("Denis", "White", role="ctb")
)
Maintainer: Michael Dumelle <[email protected]>
Description: A design-based approach to statistical inference, with a focus on spatial data. Spatially balanced samples are selected using the Generalized Random Tessellation Stratified (GRTS) algorithm. The GRTS algorithm can be applied to finite resources (point geometries) and infinite resources (linear / linestring and areal / polygon geometries) and flexibly accommodates a diverse set of sampling design features, including stratification, unequal inclusion probabilities, proportional (to size) inclusion probabilities, legacy (historical) sites, a minimum distance between sites, and two options for replacement sites (reverse hierarchical order and nearest neighbor). Data are analyzed using a wide range of analysis functions that perform categorical variable analysis, continuous variable analysis, attributable risk analysis, risk difference analysis, relative risk analysis, change analysis, and trend analysis. spsurvey can also be used to summarize objects, visualize objects, select samples that are not spatially balanced, select panel samples, measure the amount of spatial balance in a sample, adjust design weights, and more. For additional details, see Dumelle et al. (2023) <doi:10.18637/jss.v105.i03>.
Depends:
R (>= 3.5.0),
sf,
survey (>= 4.1-1)
Imports:
boot,
crossdes,
deldir,
graphics,
grDevices,
lme4,
MASS,
sampling,
stats,
units
Suggests:
knitr,
testthat,
rmarkdown
License: GPL (>= 3)
URL: https://usepa.github.io/spsurvey/, https://github.com/USEPA/spsurvey
BugReports: https://github.com/USEPA/spsurvey/issues
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no