forked from SSA-Statistical-Team-Projects/povmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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: povmap
Title: Extension to the 'emdi' Package
Version: 1.0.1
Date: 2024-01-18
Authors@R: c(person("Ifeanyi", "Edochie", role=c("aut", "cre"), email = "[email protected]"),
person("David", "Newhouse", role="aut", email = "[email protected]"),
person("Nora", "Würz", role="aut", email = "[email protected]"),
person("Timo", "Schmid", role="aut", email = "[email protected]"))
Description: The R package 'povmap' supports small area estimation of means and
poverty headcount rates. It adds several new features to the 'emdi' package
(see "The R Package emdi for Estimating and Mapping Regionally Disaggregated
Indicators" by Kreutzmann et al. (2019) <doi:10.18637/jss.v091.i07>).
These include new options for incorporating survey weights, ex-post
benchmarking of estimates, two additional transformations, several new
convenient functions to assist with reporting results, and a wrapper function
to facilitate access from 'Stata'.
Depends:
R (>= 4.2.0)
License: GPL-2
URL: https://github.com/SSA-Statistical-Team-Projects/povmap
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,
survey,
sf
Suggests:
testthat,
R.rsp,
simFrame,
laeken,
graphics
VignetteBuilder: R.rsp