-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
32 lines (23 loc) · 1.34 KB
/
README.Rmd
File metadata and controls
32 lines (23 loc) · 1.34 KB
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
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# rwanda: Datasets for Use in Designing Surveys in Rwanda <img src="man/figures/rwanda.png" width="200px" align="right" />
[](https://travis-ci.org/validmeasures/rwanda)
[](https://ci.appveyor.com/project/ernestguevarra/rwanda)
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 Rwanda
## Installation
You can install the development version of `rwanda` from [GitHub](https://github.com/validmeasures/rwanda) with:
```{r install, echo = TRUE, eval = FALSE}
if(!require(devtools)) install.packages("devtools")
install_github("validmeasures/rwanda")
```