nzbri / pd-apathy

Apache License 2.0
0 stars 0 forks source link

Apathy in Parkinson's

This repository contains the key code attached with the CMRF-funded Predictors of apathy in Parkinson's disease project.

Anonymised data is available on request for those wishing to reproduce the various analyses, and the general properties of the data itself are detailed in the data overview document.

More detailed notes and some of the core hypotheses are detailed in the analysis plan, and the imaging analyses are maintained in a separate repository: https://github.com/nzbri/pd-apathy_imaging.

Running the Code

setwd("pd-apathy/Code/")
source("export_data.R", echo = TRUE)
source("core_analyses.R", echo = TRUE)

Contributors