Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spatialworks/kenya

Datasets for use in designing surveys in Kenya
https://github.com/spatialworks/kenya

kenya survey

Last synced: 9 days ago
JSON representation

Datasets for use in designing surveys in Kenya

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# kenya: Datasets for Use in Designing Surveys in Kenya

[![Travis build status](https://travis-ci.org/spatialworks/kenya.svg?branch=master)](https://travis-ci.org/spatialworks/kenya)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/spatialworks/kenya?branch=master&svg=true)](https://ci.appveyor.com/project/spatialworks/kenya)
[![Codecov test coverage](https://codecov.io/gh/spatialworks/kenya/branch/master/graph/badge.svg)](https://codecov.io/gh/spatialworks/kenya?branch=master)

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 Kenya.

## Installation

Install `kenya` package from GitHub via `remotes`:

```{r, echo = TRUE, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
remotes::install_github("spatialworks/kenya")
```