AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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