File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Relies on functions from https://www.github.com/mangstad/Misc_utils
1010
1111Data files necessary for this analysis should eventually be available through NDAR, will update when that study is live.
1212
13- ## Instructions
13+ ## Instructions for setup
1414
15151 . Clone this repository to your computer. ` git clone https://github.com/SripadaLab/ABCD_Resting_Neurocognition.git ./ABCD_Resting_Neurocognition `
1616
@@ -20,3 +20,14 @@ Data files necessary for this analysis should eventually be available through ND
2020
21211 . Look at and/or run the example.m script to get an idea of the steps that happen in the different scripts.
2222
23+ ## General overview
24+ In very general terms, our procedure is the following:
25+ within folds of cross validation
26+ 1 . do PCA in training data
27+ 1 . use PCA scores in regression model to explain phenotype
28+ 1 . apply model to test data and calculate performance
29+
30+ outside folds
31+ 1 . calculate mean performance over folds
32+ 1 . fit PCA and regression in full data to generate a consensus connectome
33+
You can’t perform that action at this time.
0 commit comments