Implemented the POSTHOC subcommand for the ONEWAY command.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 18:04:58 +0000 (20:04 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 18:04:58 +0000 (20:04 +0200)
commit631e2243322503338b497cd13529fbb2c5833e3d
tree6cdc61113f40b77bea4e321aadcc11f7dac88c44
parent16a331300d4c9deb96c3ca34cd1f470c762c8fad
Implemented the POSTHOC subcommand for the ONEWAY command.

Currently, only LSD, Tukey, Bonferroni, Scheffe, Games-Howell
and Sidak are supported. These are presented as Multiple
Comparisons - the Homogeneous Subsets are not yet implemented.
NEWS
doc/statistics.texi
lib/automake.mk
lib/tukey/README [new file with mode: 0644]
lib/tukey/automake.mk [new file with mode: 0644]
lib/tukey/ptukey.c [new file with mode: 0644]
lib/tukey/qtukey.c [new file with mode: 0644]
lib/tukey/tukey.h [new file with mode: 0644]
src/language/stats/oneway.c
src/math/automake.mk
tests/language/stats/oneway.at