Reported autism diagnosis is associated with psychotic-like experiences in the ABCD cohort: analytic code
These scripts will reproduce the analyses reported in our paper "Reported autism diagnosis is associated with psychotic-like experiences in the Adolescent Brain Cognitive Development Cohort".
-
Extract the ABCD 2.0.1 dataset into
data/raw/abcd2.0.1and poverty thresholds intodata/raw/poverty_thresholds. -
Clone our R environment with
conda env create -f abcd.ymland activate it. -
Run
r/_run.r -
Check in
outputfor analysis results.
20251110: added link to paper.
20200206: uploaded code.
20191127: created repository.