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  

|
March 12, 2013 12:33PM
I have simplified my structure and am still receiving the following error. I have checked all 4 listed impossibles. And can't come up with an explanation. Sorry to bother you with seemingly trivial questions, but this is the first we've used this program in our lab.




~~~~~~~~~~~~~~~~~~~ Model test failed! ~~~~~~~~~~~~~~~~~~~
Possible reasons:

1) Inappropriate model specification with options -model, -wsVars, or -qVars.
Note that within-subject or repeated-measures variables have to be declared
with -wsVars.

2) Misspecifications in general linear test coding with -gltCode.

3) Mistakes in data table. Check the data structure shown above, and verify
whether there are any inconsistencies.

4) Not enough number of subjects. This may happen when there are two or more
withi-subject factors. For example, a model with two within-subject factors with
m and n levels respectively requires more than (m-1)*(n-1) subjects to be able to
model the two-way interaction with the multivariate approach.


** Error:
Quitting due to model test failure...




This is the beginning of the script:


#! /bin/bash
3dMVM -prefix 3dMVM_GxAxC_test \
-model 'Group*Age' \
-wsVars 'Category' \
-jobs 8 \
-dataTable \
Subj Group Age Category InputFile \
1101 Control Kids USA 1101_faces_usa_cond1_CT_stats_REML_6+tlrc \
1102 Control Kids USA 1102_faces_usa_cond1_CT_stats_REML_6+tlrc \
1103 Control Kids USA 1103_faces_usa_cond1_CT_stats_REML_6+tlrc \
1104 Control Kids USA 1104_faces_usa_cond1_CT_stats_REML_6+tlrc \
1105 Control Kids USA 1105_faces_usa_cond1_CT_stats_REML_6+tlrc \
1106 Control Kids USA 1106_faces_usa_cond1_CT_stats_REML_6+tlrc \
1107 Control Kids USA 1107_faces_usa_cond1_CT_stats_REML_6+tlrc \
1108 Control Kids USA 1108_faces_usa_cond1_CT_stats_REML_6+tlrc \
1109 Control Kids USA 1109_faces_usa_cond1_CT_stats_REML_6+tlrc \
1110 Control Kids USA 1110_faces_usa_cond1_CT_stats_REML_6+tlrc \
1111 Control Kids USA 1111_faces_usa_cond1_CT_stats_REML_6+tlrc \
1112 Control Kids USA 1112_faces_usa_cond1_CT_stats_REML_6+tlrc \
1113 Control Kids USA 1113_faces_usa_cond1_CT_stats_REML_6+tlrc \
1114 Control Kids USA 1114_faces_usa_cond1_CT_stats_REML_6+tlrc \
1201 Control Teens USA 1201_faces_usa_cond1_CT_stats_REML_6+tlrc \
1202 Control Teens USA 1202_faces_usa_cond1_CT_stats_REML_6+tlrc \
1203 Control Teens USA 1203_faces_usa_cond1_CT_stats_REML_6+tlrc \
1204 Control Teens USA 1204_faces_usa_cond1_CT_stats_REML_6+tlrc \
1205 Control Teens USA 1205_faces_usa_cond1_CT_stats_REML_6+tlrc \
1206 Control Teens USA 1206_faces_usa_cond1_CT_stats_REML_6+tlrc \
1207 Control Teens USA 1207_faces_usa_cond1_CT_stats_REML_6+tlrc \
1208 Control Teens USA 1208_faces_usa_cond1_CT_stats_REML_6+tlrc \
1209 Control Teens USA 1209_faces_usa_cond1_CT_stats_REML_6+tlrc \
1210 Control Teens USA 1210_faces_usa_cond1_CT_stats_REML_6+tlrc \
1211 Control Teens USA 1211_faces_usa_cond1_CT_stats_REML_6+tlrc \
1212 Control Teens USA 1212_faces_usa_cond1_CT_stats_REML_6+tlrc \
1213 Control Teens USA 1213_faces_usa_cond1_CT_stats_REML_6+tlrc \
1214 Control Teens USA 1214_faces_usa_cond1_CT_stats_REML_6+tlrc \
1215 Control Teens USA 1215_faces_usa_cond1_CT_stats_REML_6+tlrc \
1216 Control Teens USA 1216_faces_usa_cond1_CT_stats_REML_6+tlrc \
Subject Author Posted

3dLME R error

lynnac March 07, 2013 09:43AM

Re: 3dLME R error

rick reynolds March 07, 2013 09:58AM

Re: 3dLME R error

gang March 07, 2013 10:12AM

Re: 3dLME R error

lynnac March 07, 2013 10:30AM

Re: 3dLME R error

lynnac March 07, 2013 12:20PM

Re: 3dLME R error

gang March 07, 2013 12:39PM

Re: 3dLME R error

lynnac March 07, 2013 12:50PM

Re: 3dLME R error

lynnac March 07, 2013 01:03PM

Re: 3dLME R error

gang March 07, 2013 01:17PM

Re: 3dLME R error

lynnac March 07, 2013 01:21PM

Re: 3dLME R error

lynnac March 07, 2013 10:25AM

Re: 3dLME R error

lynnac March 12, 2013 12:33PM

Re: 3dLME R error

gang March 12, 2013 01:25PM

Re: 3dLME R error

lynnac March 12, 2013 01:28PM

Re: 3dLME R error

gang March 12, 2013 04:07PM

Re: 3dLME R error

lynnac March 12, 2013 04:33PM

Re: 3dLME R error

lynnac March 12, 2013 05:21PM

Re: 3dLME R error

Sara H June 27, 2013 01:44PM

Re: 3dLME R error

rick reynolds June 27, 2013 01:56PM

Re: 3dLME R error

Sara H June 27, 2013 04:18PM

Re: 3dLME R error

rick reynolds June 27, 2013 04:31PM

Re: 3dLME R error

gang June 27, 2013 05:18PM

Re: 3dLME R error

Sara H June 27, 2013 06:00PM

Re: 3dLME R error

rick reynolds June 27, 2013 08:46PM

Re: 3dLME R error

Isaac Schwabacher June 28, 2013 01:28PM

Re: 3dLME R error

gang June 28, 2013 01:43PM

Re: 3dLME R error

Isaac Schwabacher June 28, 2013 01:59PM

Re: 3dLME R error

Sara H June 28, 2013 04:55PM

Re: 3dLME R error

gang June 28, 2013 06:31PM