LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Admin » ASR/YSR

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:asrysr [2025/05/13 09:05] – [Using] willtools:asrysr [2025/05/23 16:32] (current) – [7T] will
Line 3: Line 3:
 Adult Self Report and Youth Self Report. CBCL is parent reported version for younger participants. Scored using [[:tools:adm|ADM]]. Adult Self Report and Youth Self Report. CBCL is parent reported version for younger participants. Scored using [[:tools:adm|ADM]].
  
-Used as screening for [[:grants:multimodal]] ((''bea_res/Data/mmy2_asrysr/asrysr.csv'')), [[grants:7t]], [[grants:habit]], and [[:grants:spa]]+Used as screening for [[:grants:multimodal]] ((''bea_res/Data/mmy2_asrysr/asrysr.csv'')), [[grants:pet]], [[grants:7t]], [[grants:habit]], and [[:grants:spa]]. Collected on paper, [[:tools:qualtrics]] (see [[:admin:spreadsheets#packets]]) and then [[:tools:redcap]]. 
  
 ===== Local Data ===== ===== Local Data =====
  
 ==== 7T ==== ==== 7T ====
 +Subscale summaries are in [[:grants:7t:data]] with the ''sr.'' prefix
 +<code>
 + sed 's/,/\n/g;s/"//g;1q' /Volumes/Hera/Projects/7TBrainMech/scripts/txt/merged_7t.csv|cat -n|grep 'sr\.'
 +   693  sr.total_probs_T
 +   694  sr.anxiety_probs_T
 +   695  sr.somatic_probs_T
 +   696  sr.thought_probs_T
 +   697  sr.attention_probs_T
 +   698  sr.aggressive_behav_T
 +   699  sr.anxious_depressed_T
 +   700  sr.rulebreaking_behav_T
 +   701  sr.somatic_complaints_T
 +   702  sr.externalizing_probs_T
 +   703  sr.internalizing_probs_T
 +
 +</code>
 +
 +question/item level data can be extracted from the packet like
  
 <code> <code>
Line 14: Line 32:
 </code> </code>
  
 +ASR/YSR and other battery responses ([[grants:7t:survey]]) have also been copied to per visit csv files in ''Temporary Raw Data''.
 +<code>
 +ls /Volumes/L/bea_res/Data/Temporary\ Raw\ Data/7T/1*_2*/*_selfreport.csv|wc -l
 +417
 +</code>
 +==== PET ====
  
 +[[:grants:pet]] used [[:tools:qualtrics]]. See ''/Volumes/Phillips/mMR_PETDA/scripts/qualitrics''
 ==== Others ==== ==== Others ====
 For [[:Grants:habit]] and [[:grants:SPA]], see [[:tools:redcap]] For [[:Grants:habit]] and [[:grants:SPA]], see [[:tools:redcap]]