-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.49 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
Package: bbw
Type: Package
Title: Blocked Weighted Bootstrap
Version: 0.2.0
Authors@R: c(
person("Mark", "Myatt", email = "[email protected]", role = "aut"),
person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre")))
Description: The blocked weighted bootstrap (BBW) is an estimation technique
for use with data from two-stage cluster sampled surveys in which either
prior weighting (e.g. population-proportional sampling or PPS as used in
Standardized Monitoring and Assessment of Relief and Transitions or SMART
surveys) or posterior weighting (e.g. as used in rapid assessment method or
RAM and simple spatial sampling method or S3M surveys) is implemented. See
Cameron et al (2008) <doi:10.1162/rest.90.3.414> for application of
bootstrap to cluster samples. See Aaron et al (2016)
<doi:10.1371/journal.pone.0163176> and Aaron et al (2016)
<doi:10.1371/journal.pone.0162462> for application of the blocked weighted
bootstrap to estimate indicators from two-stage cluster sampled surveys.
Imports:
car,
withr
Depends: R (>= 3.0.1)
Suggests:
knitr,
rmarkdown,
testthat,
spelling,
covr
License: GPL-3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/rapidsurveys/bbw, https://rapidsurveys.io/bbw/
BugReports: https://github.com/rapidsurveys/bbw/issues
VignetteBuilder: knitr