Contains data and analysis towards:
Drobinin, V., Gestel, H. V., Helmick, C. A., Schmidt, M. H., Bowen, C. V., & Uher, R. (2020). Reliability of multimodal MRI brain measures in youth at risk for mental illness. Brain and Behavior, e01609. https://doi.org/10.1002/brb3.1609
- Download the repository and extract.
- Open
YouthReliability.nb.html
with any modern browser. This is the knit or rendered R notebook for quick and easy exploration with no installation requirements.
- Download or clone the repository and extract.
- Open the R Project file
YouthReliability.Rproj
. - Open the R Notebook if not already opened
YouthReliability.Rmd
- Click
Run All
Note, running the notebook will check for required R packages and install them if missing. A minimum number of commonly used packages are required and they are summarized below.
library(tidyverse) # ggplot, dplyr, tidyr, readr, purr, tibble
library(ICC) # ICC and CI
library(glue) # data into strings for in-text output