-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
36 lines (27 loc) · 1.77 KB
/
README.Rmd
File metadata and controls
36 lines (27 loc) · 1.77 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
32
33
34
35
36
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# sudan: Datasets for use in designing surveys in Sudan <img src="https://www.cia.gov/library/publications/the-world-factbook/attachments/flags/SU-flag.gif" width="200px" align="right" />
<!-- badges: start -->
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://travis-ci.org/spatialworks/sudan)
[](https://ci.appveyor.com/project/spatialworks/sudan)
[](https://www.codefactor.io/repository/github/spatialworks/sudan)
<!-- badges: end -->
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 Sudan.
## Installation
You can install the development version of `sudan` from [GitHub](https://github.com/spatialworks/sudan) with:
```{r install, echo = TRUE, eval = FALSE}
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("spatialworks/sudan")
```
## Usage