-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
45 lines (45 loc) · 1.39 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
Package: disaggregation
Type: Package
Title: Disaggregation Modelling
Version: 0.4.0
Authors@R: c(
person("Anita", "Nandi", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-5087-2494")),
person("Tim", "Lucas", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4694-8107")),
person("Rohan", "Arambepola", email = "[email protected]", role = "aut"),
person("Andre", "Python", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8094-7226")),
person("Simon", "Smart", email = "[email protected]", role = "ctb")
)
Description: Fits disaggregation regression models using 'TMB' ('Template Model
Builder'). When the response data are aggregated to polygon level but
the predictor variables are at a higher resolution, these models can be
useful. Regression models with spatial random fields. The package is
described in detail in Nandi et al. (2023) <doi:10.18637/jss.v106.i11>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
splancs,
Matrix,
stats,
TMB,
dplyr,
ggplot2,
cowplot,
rSPDE,
sparseMVN,
fmesher,
tidyterra,
terra,
sf,
utils
Suggests:
testthat,
knitr,
rmarkdown,
SpatialEpi
LinkingTo:
TMB,
RcppEigen
SystemRequirements: GNU make
VignetteBuilder: knitr