I've updated the command-line statistical tool to be able to perform a blocked ANOVA analysis, along with the corresponding Fisher multimean analysis. The blocked ANOVA analysis assumes more (normal distribution of listeners, equal interval rating scale), but is more powerful than the Friedman if those assumptions are met.
To do:
1. I forgot to output the ANOVA table (there is a specific format people are used to seeing), but I did verify the final results against the example in my book.
2. Add Tukey's HSD for both the blocked ANOVA and the Friedman rank analysis. This will produce conservative results compared with the Fisher results, because it is a simultaneous multimean comparison, meaning that the result taken as a whole is significant to the desired p, instead of just the individual comparisons.
3. Add a test for normality (if I can find the appropriate reference).
I've included Roel's AQ test 1 data in the archive. A blocked ANOVA analysis can be run on it by typing:
friedman -a aq1.txt
The zip archive is located at:
http://www.worldzonesupport.com/~fastforw/...n/friedman110.z ip
ff123