n-way Anova to compare different conditions (dark, dim, bright light) and different sessions (session1, 2, 3, 4) need to be finished, this could be done in:
batch_statTestResults.m
also the pre-Anova assumptions are not taken into consideration when computing the ANOVA, and make sure that the results are correct (as downloaded from FileExchange and there was some uncertainty about the validitity of Mauchly's sphericity check), check
batch_statTestAssumptions.m
For the Anova, check the Matlab functions anovan (http://www.mathworks.com/help/stats/anovan.html) and multcompare (http://www.mathworks.com/help/stats/multcompare.html) to get the proper comparisons
text output is found from the folder: "textFilesOut"
n-way Anova to compare different conditions (dark, dim, bright light) and different sessions (session1, 2, 3, 4) need to be finished, this could be done in:
batch_statTestResults.m
also the pre-Anova assumptions are not taken into consideration when computing the ANOVA, and make sure that the results are correct (as downloaded from FileExchange and there was some uncertainty about the validitity of Mauchly's sphericity check), check
batch_statTestAssumptions.m
For the Anova, check the Matlab functions anovan (http://www.mathworks.com/help/stats/anovan.html) and multcompare (http://www.mathworks.com/help/stats/multcompare.html) to get the proper comparisons
text output is found from the folder: "textFilesOut"