History of AFNI updates  

|
December 17, 2019 02:34PM
Here is the code (looping through all conditions analyzed)

cd results/
foreach file_s (*.txt)
set cond = "`echo "$file_s" | cut -f 1 -d '.'`"
mkdir ${cond}/
RBA -prefix ${cond}/${cond}_Result -Subj Subj -ROI ROI -Y Y -chains 4 -iterations 1000 -model 1 -EOI 'Intercept' \
-PDP 7 6 -dataTable $file_s
unset cond
end

I will message you the output

Cheers
Gerome
Subject Author Posted

Create a boxplot for RBA analysis results? Attachments

GMan December 16, 2019 10:55AM

Re: Create a boxplot for RBA analysis results?

gang December 16, 2019 04:28PM

Re: Create a boxplot for RBA analysis results?

GMan December 16, 2019 05:22PM

Re: Create a boxplot for RBA analysis results?

discoraj December 16, 2019 04:28PM

Re: Create a boxplot for RBA analysis results?

GMan December 17, 2019 02:34PM

Re: Create a boxplot for RBA analysis results?

discoraj December 30, 2019 07:50AM