Datasets for Use in Designing Surveys in Liberia
# liberia: Datasets for Use in Designing Surveys in Liberia
Designing surveys require relevant datasets to be used as basis for
sample size calculations, sampling design, survey planning/logistics and
survey implementation. These include datasets on population, lists of
sampling clusters, map datasets for spatial sampling, and previous
survey datasets that can be used for estimating indicator variance and
design effects. This package contains relevant datasets for use in
designing surveys in Liberia.
## Installation
Install `liberia` package from GitHub via \`remotes\`\`:
``` r
if (!require(remotes)) install.packages("remotes")
remotes::install_github("spatialworks/liberia")
```
## Usage
### Counties map
``` r
plot(sf::st_geometry(counties))
```
### Districts map
``` r
plot(sf::st_geometry(districts))
```
### Clans map
``` r
plot(sf::st_geometry(clans))
```
### Locality population
``` r
locality
#> # A tibble: 3,412 × 9
#> FID County District Clan `Locality/ Town` MALE FEMALE TOTAL HH
#>
#> 1 3555 Grand Bassa District… Kpogbl… Cotton Tree 7 4 11 4
#> 2 3556 Grand Bassa District… L A C … 10 Dollars Camp 35 42 77 15
#> 3 3557 Grand Bassa District… L A C … 15 Houses Camp 91 86 177 21
#> 4 3558 Grand Bassa District… L A C … 3 Old Camp 62 56 118 38
#> 5 3559 Grand Bassa District… L A C … 3.2 Office 4 2 6 1
#> 6 3560 Grand Bassa District… L A C … 5 House Camp 25 26 51 11
#> 7 3561 Grand Bassa District… L A C … 6 Houses Camp 162 135 297 57
#> 8 3562 Grand Bassa District… Faitro Adolphus 118 114 232 46
#> 9 3563 Grand Bassa District… Gaye P… Alex Johnson 27 28 55 8
#> 10 3564 Grand Bassa District… Zuzohn Alex Village 5 2 7 3
#> # … with 3,402 more rows
```
### Enumeration areas population
``` r
enumerationArea
#> # A tibble: 751 × 8
# …