-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
53 lines (53 loc) · 1.52 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
48
49
50
51
52
53
Package: SSN2
Title: Spatial Modeling on Stream Networks
Version: 0.2.1
Authors@R: c(
person(given = "Michael",
family = "Dumelle",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3393-5529")),
person(given = "Jay M.",
family = "Ver Hoef",
role = "aut",
email = "[email protected]"),
person(given = "Erin",
family = "Peterson",
role = "aut"),
person(given = "Alan",
family = "Pearse",
role = "ctb"),
person(given = "Dan",
family = "Isaak",
role = "ctb")
)
Description: Spatial statistical modeling and prediction for data on stream networks, including models based on in-stream distance (Ver Hoef, J.M. and Peterson, E.E., (2010) <DOI:10.1198/jasa.2009.ap08248>.) Models are created using moving average constructions. Spatial linear models, including explanatory variables, can be fit with (restricted) maximum likelihood. Mapping and other graphical functions are included.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Imports:
stats,
sf,
Matrix,
generics,
tibble,
graphics,
spmodel,
RSQLite,
utils,
withr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
ggplot2,
sp,
statmod
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://usepa.github.io/SSN2/
BugReports: https://github.com/USEPA/SSN2/issues