knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

library(liberia)

liberia: Datasets for Use in Designing Surveys in Liberia

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check CodeFactor

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``:

if (!require(remotes)) install.packages("remotes")
remotes::install_github("spatialworks/liberia")

Usage

Counties map

plot(sf::st_geometry(counties))

Districts map

plot(sf::st_geometry(districts))

Clans map

plot(sf::st_geometry(clans))

Locality population

locality

Enumeration areas population

enumerationArea

Monrovia population

monrovia


validmeasures/liberia documentation built on Jan. 15, 2022, 9:24 p.m.