-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.Rmd
55 lines (40 loc) · 1.69 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
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%"
)
```
# DDIwR
<!-- badges: start -->
<!-- badges: end -->
*DDI with R*
## Description
This is a package to collect data and metadata from a variety of sources, and
convert those into some of the most popular statistical packages: Stata, SAS,
SPSS, and naturally R.
The biggest strength of this package is its ability to convert to and from a
DDI ([Data Documentation Initiative](https://ddialliance.org)) Codebook.
## Handling missing values
The problem of the missing values <del>is</del> was a recurrent one in R, with
various solutions having been implemented in various places. The base package
offers a single (empty, undeclared) type of missing value, the `NA`.
In many sciences, however, there are multiple reasons for missing values, and
those are not covered by the `NA`.
A dedicated package was written to solve this, called
[declared](https://cran.r-project.org/web/packages/declared/index.html), which
is used by **DDIwR**.
## Graphical user interface
Package **DDIwR** benefits from a cross-platform GUI called
[StatConverter](http://roda.github.io/StatConverter/). It is similar to a popular
commercial software, but built on top of R.
![](images/StatConverter.png?raw=true)
Windows users can already download the setup installer (including R, embedded in
the application), or download a .zip file containing all application files to
start the application without installing it. More versions for different other
operating systems will soon be added.