Added support for T-TEST where the group criteria is specified as a threshold
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 12 Mar 2004 08:42:03 +0000 (08:42 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 12 Mar 2004 08:42:03 +0000 (08:42 +0000)
commitb7b01a66a2831dbeb301f1aa9b209cad4435b91e
treeb4f7700241a704391f990d576cb9a40dd65edf82
parent77cbf2d7d1e5712d4ef952f265ed5c2917fc3f68
Added support for T-TEST where the group criteria is specified as a threshold
rather than two separate values.
13 files changed:
doc/ChangeLog
doc/pspp.texi
lib/dcdflib/ChangeLog
lib/dcdflib/dcdflib.c
po/en_GB.po
po/pspp.pot
src/ChangeLog
src/levene.c
src/t-test.h
src/t-test.q
tests/Makefile.am
tests/command/t-test-1-indep-val.sh [new file with mode: 0755]
tests/command/t-test-groups.sh