help
help > RE: Error in Batching Results
Jul 7, 2016 04:07 PM | Alfonso Nieto-Castanon - Boston University
RE: Error in Batching Results
Hi Marlene,
That error indicates that the second-level covariate 'ALL' does not exist in your project. Simply changing 'ALL' to 'AllSubjects' should work directly (alternatively you would need to define the desired 'ALL' second-level covariate either in batch.Setup.subjects or in batch.Results.between_subjects.effects)
Hope this helps
Alfonso
Originally posted by Marlene Diaz:
That error indicates that the second-level covariate 'ALL' does not exist in your project. Simply changing 'ALL' to 'AllSubjects' should work directly (alternatively you would need to define the desired 'ALL' second-level covariate either in batch.Setup.subjects or in batch.Results.between_subjects.effects)
Hope this helps
Alfonso
Originally posted by Marlene Diaz:
Hi Alfonso,
Thank you very much for the patch! We replaced the original conn_batch.m file with it, but received the following message:
>> addpath /temporal_data7/projects/conn16b/conn/
>> clear BATCH;
>> BATCH.filename='/temporal_data7/projects/NEW6816/conn_New_foo.mat';
>> BATCH.Results.analysis_number=2;
>> BATCH.Results.between_subjects.effect_names={'ALL'};
>> BATCH.Results.between_subjects.contrast=1;
>> BATCH.Results.done=1;
>> conn_batch(BATCH);
Reference to non-existent field 'effects'.
Error in conn_batch (line 897)
CONN_x.Setup.l2covariates.values{nsub}{nl2covariates}=batch.Results.between_subjects.effects{neffect}(nsub);
>>
Any help is appreciated!
Marlene
Thank you very much for the patch! We replaced the original conn_batch.m file with it, but received the following message:
>> addpath /temporal_data7/projects/conn16b/conn/
>> clear BATCH;
>> BATCH.filename='/temporal_data7/projects/NEW6816/conn_New_foo.mat';
>> BATCH.Results.analysis_number=2;
>> BATCH.Results.between_subjects.effect_names={'ALL'};
>> BATCH.Results.between_subjects.contrast=1;
>> BATCH.Results.done=1;
>> conn_batch(BATCH);
Reference to non-existent field 'effects'.
Error in conn_batch (line 897)
CONN_x.Setup.l2covariates.values{nsub}{nl2covariates}=batch.Results.between_subjects.effects{neffect}(nsub);
>>
Any help is appreciated!
Marlene
Threaded View
| Title | Author | Date |
|---|---|---|
| Marlene Diaz | Jun 30, 2016 | |
| Stephen L. | Oct 31, 2016 | |
| Alfonso Nieto-Castanon | Nov 1, 2016 | |
| Marlene Diaz | Oct 31, 2016 | |
| Bob Kraft | Jun 30, 2016 | |
| Marlene Diaz | Jun 30, 2016 | |
| Alfonso Nieto-Castanon | Jun 30, 2016 | |
| Marlene Diaz | Jun 30, 2016 | |
| Alfonso Nieto-Castanon | Jul 1, 2016 | |
| Marlene Diaz | Jul 6, 2016 | |
| Marlene Diaz | Aug 31, 2016 | |
| Alfonso Nieto-Castanon | Sep 8, 2016 | |
| Marlene Diaz | Sep 13, 2016 | |
| Marlene Diaz | Oct 31, 2016 | |
| Alfonso Nieto-Castanon | Jul 7, 2016 | |
