-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the agebp wiki!
-
For each study, completed outlier analysis (SVoutliers.R and DNDoutliers.R).
- Within each ROI, removed outliers using function outlierCut.R.
- Determined which outliers were below white matter mean. This step was removed during revision 1/25/19
-
Run the clean and combine script (combine_clean.R) to combine two data sets, add full names of Hammers ROIs, and Study variable.
-
For each study, examine neuropsych data (SVneuropsych.R and DNDneuropsych.R) and create Table 1.
-
Examine average BPND by Study and ROI (ageBPdescriptive.R) to create Table 2.
-
Analyze linear and quadratic fits (ageBPanalysis.R) and create Tables 3-8.
-
Create shiny app (server.R and ui.R)
-
Exploratory analyses between BPND, affect, and cognition (ageBPavineuro.R). This analysis removed during revision.
-
Illustrate linear and quadratic effects of age on select regions (ageBPgraph.R) to create Figure 1.
-
Calculate percent difference per decade in BPND by ROI (ageBPpercDiffDecade.R) to create Figure 2.
-
Compare age effects controlling for study and not controlling for study (ageBPstudycompare.R) to address reviewer comments.