% % function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) % % Two-factor, within-subject repeated measures ANOVA. % For designs with two within-subject factors. % % Parameters: % Y dependent variable (numeric) in a column vector % S grouping variable for SUBJECT % F1 grouping variable for factor #1 % F2 grouping variable for factor #2 % FACTNAMES a cell array w/ two char arrays: {'factor1', 'factor2'} %
{{#tags}}- {{label}}
{{/tags}}