Wilcoxon
Matched Pairs Signed Ranks and Wilcoxon
two sample tests. For a quick and dirty test for Windows, use these
minimalist distributions of the Signed
Ranks (pkzip)
and both
(tar/gzip, recommended)
tests
(<500 kB, includes dosperl
from
CPAN).
To get the Signed
Ranks test
or both
tests
running, download and unzip any of them, move your data files to the
directory, open a DOS window, cd to the directory and type:
> perl SRTest.pl data.txt
# OR
> perl WlcxTest.pl data.txt
Where 'data.txt'
is the name of YOUR data file (or use this test file).
Works best in a complete Perl port, i.e., ActivePerl
on windows.
To get Activestate running under windows 98, download the MS
Installer
and ActivePerl
(MSI version, or use
the 'AS package' download if you are brave), install it and download
the Wilcoxon
Matched Pairs Signed Ranks test into your data directory, e.g.,
inside the Perl directory. CD to your data
directory and run (make sure you replace 'C:\Windows\Desktop\Perl' to
point to your own Perl directory):
> C:\Windows\Desktop\Perl\bin\perl SRTest.pl data.txt
# OR
> C:\Windows\Desktop\Perl\bin\perl SRTest.pl data.txt > result.txt
inside a dos window.