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  

|
August 15, 2013 12:23PM
Here is my script for ANCOVA with 3 columns (accuracy, task, accXtask), The first column has been demeaned. In the task column I have labeled the tasks 0, 1, 2 and 3, and I have a feeling that the labels may be wrong. How should the task column be labeled (ie. 1, 2, 3 or 4, OR -2, -1, 1, or 2, etc)?
3dRegAna \
-rows 44 \
-cols 3 \
-workmem 512 \
-xydata 0.096409091 0 0 ../20120210-fmri_09a_2842/SCANS/2013/SAHTc+tlrc \
-xydata 0.096409091 1 0.096409091 ../20120210-fmri_09a_2842/SCANS/2013/SVHTc+tlrc \
-xydata 0.071409091 2 0.142818182 ../20120210-fmri_09a_2842/SCANS/2013/SAETc+tlrc \
-xydata 0.046409091 3 0.139227273 ../20120210-fmri_09a_2842/SCANS/2013/SVETc+tlrc \
-xydata -0.136590909 0 0 ../20120424-fmri_09a_3742/GradyC_ADWM_Mri_3742/SCANS/2013/SAHTc+tlrc \
-xydata -0.070590909 1 -0.070590909 ../20120424-fmri_09a_3742/GradyC_ADWM_Mri_3742/SCANS/2013/SVHTc+tlrc \
-xydata -0.170590909 2 -0.341181818 ../20120424-fmri_09a_3742/GradyC_ADWM_Mri_3742/SCANS/2013/SAETc+tlrc \
-xydata -0.042590909 3 -0.127772727 ../20120424-fmri_09a_3742/GradyC_ADWM_Mri_3742/SCANS/2013/SVETc+tlrc \
-xydata 0.096409091 0 0 ../20120424-fmri_09a_7324/GradyC_ADWM_Mri_7324/SCANS/afdir/2013/SAHTc+tlrc \
-xydata 0.058409091 1 0.058409091 ../20120424-fmri_09a_7324/GradyC_ADWM_Mri_7324/SCANS/afdir/2013/SVHTc+tlrc \
-xydata -0.028590909 2 -0.057181818 ../20120424-fmri_09a_7324/GradyC_ADWM_Mri_7324/SCANS/afdir/2013/SAETc+tlrc \
-xydata -0.006590909 3 -0.019772727 ../20120424-fmri_09a_7324/GradyC_ADWM_Mri_7324/SCANS/afdir/2013/SVETc+tlrc \
-xydata -0.103590909 0 0 ../20120424-fmri_09a_8381/GradyC_ADWM_Mri_8381/SCANS/afdir/2013/SAHTc+tlrc \
.
.
.
-diskspace \
-model 1 2 3 : 0 \
-fcoef 0 b0 \
-fcoef 1 b1 \
-fcoef 2 b2 \
-fcoef 3 b3 \
-bucket 0 acc_demeaned_ANCOVA \
-brick 5 coef 3 'accXtask' \
-brick 6 tstat 3 'accXtask-t' \


Thanks!
Subject Author Posted

ANCOVA/3dRegAna

Adam C August 15, 2013 12:23PM

Re: ANCOVA/3dRegAna

Peter Molfese August 15, 2013 02:50PM