<div dir="ltr">Greetings Fieldtrip members and the Worldwide EEG Community! <div><br></div><div><b>Background:</b> 4 subjects, 30 conditions, 10 trials per condition. A 31st condition with 7 trials is included. </div><div><br></div><div><b>Questions: </b></div><div><br></div><div>1. <b>Could one compare all 30 conditions compared to the 31st and rank each condition's p-value for later analysis within a single subject? </b></div><div><br></div><div>cfg.design = [ones(1,10)      ...     30*ones(1,10)    31*ones(1,7)]</div><div><br></div><div>2. <b>If I wanted to take things even further, could I compare the 30 conditions across all subjects compared to all of the subjects' 31st condition:</b></div><div><br></div><div><b>First Row: </b>[ 1 2 3 4          1 2 3 4           1 2 3 4            ...       1 2 3 4] </div><div><b>Second Row: </b>[ 

ones(1,4)    2*ones(1,4)  ... 31*ones(1,4) ]</div><div><br></div><div>3. <b>Would it make more sense to compare one of the 30 conditions at a time to the 31st condition using a for-loop in options 1 and 2?</b></div><div><br></div><div>Regards, </div><div><br></div><div>Mark</div></div>