Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mainic00 authored Jul 25, 2016
1 parent 83b8e31 commit 5e0c535
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# xva
# xva

**Description**

R-Converter for converting verbal autopsy records collected using the WHO VA 2014 instrument to be used as input for different coding algorithms.

**Input**
- CSV file containing submissions of the 2014 WHO VA questionnaire (exported from ODK Aggregate)
- One or more mapping files (text file, semi-colon as column separator). Minimal content: the first columns contains the names of all variables needed by the coding algorithm (called "target variables" here). The second column contains the mapping to each target variable, as a valid R expression. Expressions can be functions of zero or more variables of the WHO VA instrument, or any of the preceding target variable. In addition to standard R functions, a small set of convenience functions is provided in xda.R.

**Output**
A CSV file intended for processing by a coding algorithm.


**Status**

Initial, not intended for production use

**Testing**

For testing purposes, install via
```
install.packages("devtools")
devtools::install_github("SwissTPH/xva")
```

0 comments on commit 5e0c535

Please sign in to comment.