help > RE: how to run second level analysis with batch?
May 18, 2017  03:05 AM | Alfonso Nieto-Castanon - Boston University
RE: how to run second level analysis with batch?
Hi,

The issue here seems to be that the BATCH structure defined is missing the BATCH.Results.between_subjects values (specifying your between-subject effects/contrasts). See help conn_batch for additional details

Best
Alfonso
Originally posted by ml90:
Hi

I saved a conn project (batch) that included all the standard steps. Now I would like to run second level analysis so I defined

clear BATCH
BATCH.filename = 'conn_project.mat'
BATCH.foldername = 'New'
BATCH.Results.done = 1
BATCH.Results.between_conditions.effect_names = {'A','B'}
BATCH.Results.between_conditions.contrast = [-1 1]
conn_batch(BATCH)

But nothing happens. Is there something missing from the code above?

Thanks in advance.

Michael

Threaded View

TitleAuthorDate
ml90 May 17, 2017
RE: how to run second level analysis with batch?
Alfonso Nieto-Castanon May 18, 2017
ml90 May 18, 2017
Alfonso Nieto-Castanon May 22, 2017