Statistics-ANOVA version 0.09 ================================ Performs oneway between groups and repeated measures ANOVAs, with estimates of proportion of variance acounted for (eta-squared) and effect-size (omega-squared), plus pairwise comparisons by the relevant t-tests. Also performs equality of variances tests (O'Brien's, Levene's). INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules: 'Algorithm::Combinatorics' => '0.23', 'List::AllUtils' => '0.09', 'Math::Cephes' => '0.43', 'Scalar::Util' => '1.18', 'Statistics::Lite' => '3.2', 'Statistics::DependantTTest' => '0.03', 'Statistics::Descriptive' => '2.6', 'Statistics::TTest' => '1.1', 'Test::More' => '0.0', COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2008-2015 by R. Garton This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.