-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.Rmd
27 lines (19 loc) · 1.25 KB
/
index.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
---
title: "Video game play is positively correlated with well-being"
author: "Niklas Johannes, Matti Vuorre, Andrew Przybylski"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: []
biblio-style: apalike
link-citations: yes
description: ""
---
# Preface
Data analyses related to "Video game play is positively correlated with well-being" (Johannes, Vuorre, Przybylski, in prep)
Preprint: <https://psyarxiv.com/qrjza/>
## Raw data
The raw data are in zip compressed files at <https://osf.io/fev95/>. Those files were minimally processed to e.g. remove test survey sessions, as described in the following sections.
## Analyses and reproducibility
The data analyses are organized into separate [R Markdown](https://rmarkdown.rstudio.com/) files for processing, describing, and modelling. The source code is on GitHub: <https://github.com/digital-wellbeing/gametime>. Those source files are organized as a R [bookdown](https://bookdown.org/yihui/bookdown/) project, whose results are at <https://digital-wellbeing.github.io/gametime>.
To reproduce our analyses, download the source files and build the book (e.g. in RStudio click the "Build Book" button). The results are rendered to `docs/index.html` and can be viewed in a web browser.