-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
32 lines (25 loc) · 1.58 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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 <img src="https://www.cia.gov/library/publications/resources/the-world-factbook/attachments/flags/KE-flag.gif" width="200" align="right" />
<!--- Badges start here --->
[![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)
<!--- Badges end here --->
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")
```