Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spatialworks/kenya
- Owner: spatialworks
- License: cc0-1.0
- Created: 2019-04-15T04:01:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T00:39:32.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:13:47.690Z (4 months ago)
- Topics: kenya, survey
- Language: R
- Homepage: https://spatialworks.io/kenya
- Size: 28.8 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - spatialworks/kenya - Datasets for use in designing surveys in Kenya (R)
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")
```