This repository contains a reproducible research compendium for our paper:
Visser, L., Kalmar, J., Görgen, R., Linkersdörfer, J., Rothe, J., Hasselhorn, M., & Schulte-Körne, G. (submitted). Comorbidities between specific learning disorders and psychopathology: a study with elementary school children in Germany.
Please cite this compendium as:
Visser, L., Kalmar, J., Görgen, R., Linkersdörfer, J., Rothe, J., Hasselhorn, M., & Schulte-Körne, G., (2018). Compendium of R code and data for ‘Comorbidities between specific learning disorders and psychopathology: a study with elementary school children in Germany’. Accessed 10 Dec 2018. Online at http://doi.org/10.17605/OSF.IO/9MXP2
The compendium contains all data, code, and text associated with the paper. It is organized as follows:
R/ directory contains all the R code.inst/analysis_dir/analysis/ directory contains 3 subfolders
with the following contents
data/: the raw datatemplates/: the Microsoft word template used to prepare the
manuscriptmanuscript/: the manuscript as submittedThere are several ways to use the compendium’s contents and reproduce the analysis:
Download the compendium as a zip archive from this GitHub repository or a registered/frozen version from the associated OSF project (click on “GitHub: …”, then select “Download as zip”).
Install the compendium as an R package from GitHub using the
devtools
package:
install.packages("devtools")
devtools::install_github("idea-labs/comsldpsy")
Reproduce the analysis locally inside a Docker container. This allows to replicate the exact computational environment used by the authors. The compendium includes a Dockerfile that specifies how to build a Docker image that contains all the software dependencies needed to run the code and also includes the compendium’s R package, ready to use. After installing Docker, one can simply download the image and run the container using:
docker run -p 8888:8888 idealabsffm/comsldpsy
Reproduce the analysis in the cloud without having to install any software. The same Docker container replicating the computational environment used by the authors can be run using BinderHub on mybinder.org:
Text and figures : CC-BY-4.0
Code : See the DESCRIPTION file
Data : CC-0 attribution requested in reuse
Content type
Image
Digest
Size
796.9 MB
Last updated
almost 8 years ago
docker pull januzzz/comsldpsy-1