rmanova.m



topics - functions - index - search


rmanova.m

analysis of variance for data previously exported with 'plot2d'
from 'plot3d'-menu /calculate/repeatedmeasuresanova.
'factor' needs to be a cell containing in

factor{1,1}= the number of subjects
factor{1,2}= the number of time intervalls
factor{1,3}= the number of channelgroups
factor{2,1}= the target factor string (or 'no target')
factor{2,2}= the number of between factors
factor{2,3}= between factor subject vector

subsequent rows can contain custom repeated measures factors
with the name of the factor in the first column...

factor{3,1}='valence';

the number of gradations in the second column...

factor{3,2}=3;

and the names of the gradations in the third column as a nested
cell...

factor{3,3}{1}='pleasant';
factor{3,3}{2}='unpleasant';
factor{3,3}{3}='neutral;

a between factor definition has to be appended last.

factor{4,1}='attend';
factor{4,2}='2';
factor{4,3}{1}='attend';
factor{4,3}{2}='nonattend';

'results' is a cell array containing F-Values...

See also CALCRMANOVA, ANOVATOAVGFILES.