-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
25 lines (25 loc) · 1.44 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
Package: surveyPrev
Type: Package
Title: Mapping the Prevalence of Binary Indicators using Survey Data in Small Areas
Version: 1.0.0
Authors@R: c(
person(given = "Qianyu", family = "Dong", email= "[email protected]", role = c("cre", "aut")),
person(given = "Zehang R", family = "Li", email= "[email protected]", role = "aut"),
person(given = "Yunhan", family = "Wu", email= "[email protected]", role = "aut"),
person(given = "Andrea", family = "Boskovic", email= "[email protected]", role = "aut"),
person(given = "Jon", family = "Wakefield", email = "[email protected]", role = "aut")
)
Description: Provides a pipeline to perform small area estimation and prevalence mapping of binary indicators using health and demographic survey data, described in Fuglstad et al. (2022) <doi:10.48550/arXiv.2110.09576> and Wakefield et al. (2020) <doi:10.1111/insr.12400>.
URL: https://github.com/richardli/surveyPrev
BugReports: https://github.com/richardli/surveyPrev/issues
Depends: R (>= 3.5)
License: GPL (>= 2)
Imports: survey, stats, ggplot2, ggridges, rdhs, SUMMER, dplyr, labelled, sjlabelled, naniar, raster, sp, spdep, stringr, tidyverse, data.table, sf, matrixStats, rlang
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Additional_repositories: https://inla.r-inla-download.org/R/testing/
Suggests: INLA, knitr, rmarkdown, R.rsp, kableExtra, geodata, patchwork, tidyr
VignetteBuilder: R.rsp, knitr
NeedsCompilation: no
Config/build/clean-inst-doc: FALSE