forked from SoerenPannier/emdi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 2.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: emdiplus
Title: Estimating and Mapping Disaggregated Indicators
Version: 2.1.0
Date: 2021-07-07
Authors@R: c(person("Sylvia", "Harmening", role="aut", email = "[email protected]"),
person("Ann-Kristin", "Kreutzmann", role="aut", email="[email protected]"),
person("Soeren", "Pannier", role=c("aut", "cre"), email="[email protected]"),
person("Felix", "Skarke", role=("aut"), email="[email protected]"),
person("Natalia", "Rojas-Perilla", role="aut", email = "[email protected]"),
person("Nicola", "Salvati", role="aut", email = "[email protected]"),
person("Timo", "Schmid", role="aut", email = "[email protected]"),
person("Matthias", "Templ", role="aut", email = "[email protected]"),
person("Nikos", "Tzavidis", role="aut", email = "[email protected]"),
person("Nora", "Würz", role="aut", email = "[email protected]"))
Description: Functions that support estimating, assessing and mapping regional
disaggregated indicators. So far, estimation methods comprise direct estimation,
the model-based unit-level approach Empirical Best Prediction (see "Small area
estimation of poverty indicators" by Molina and Rao (2010) <doi:10.1002/cjs.10051>),
the area-level model (see "Estimates of income for small places: An
application of James-Stein procedures to Census Data" by Fay and Herriot (1979)
<doi:10.1080/01621459.1979.10482505>) and various extensions of it (adjusted variance
estimation methods, log and arcsin transformation, spatial, robust and measurement
error models), as well as their precision estimates. The assessment of the used model
is supported by a summary and diagnostic plots. For a suitable presentation of
estimates, map plots can be easily created. Furthermore, results can easily be
exported to excel. For a detailed description of the package and the methods used
see "The R Package emdi for Estimating and Mapping Regionally Disaggregated Indicators"
by Kreutzmann et al. (2019) <doi:10.18637/jss.v091.i07> and the second package vignette
"A Framework for Producing Small Area Estimates Based on Area-Level Models in R".
Depends:
R (>= 3.5.0)
License: GPL-2
URL: https://github.com/SoerenPannier/emdi
LazyData: true
Encoding: UTF-8
Copyright: inst/COPYRIGHTS
RoxygenNote: 7.2.3
Imports:
nlme,
moments,
ggplot2,
MuMIn,
gridExtra,
openxlsx,
reshape2,
stats,
stringr,
parallelMap,
HLMdiag,
parallel,
boot,
MASS,
readODS,
formula.tools,
saeRobust,
spdep,
bestNormalize,
collapse
Suggests:
testthat,
R.rsp,
simFrame,
laeken,
rgeos,
maptools,
graphics
VignetteBuilder: R.rsp