Fixed the handling of MISSING values in t-test
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 13 Mar 2004 06:22:50 +0000 (06:22 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 13 Mar 2004 06:22:50 +0000 (06:22 +0000)
commit48cf1d7de82d12cdf3c0433d49d3c66f820f1609
tree59af559cbe295aeae13b00c07c42514aa636d115
parentb7b01a66a2831dbeb301f1aa9b209cad4435b91e
Fixed the handling of MISSING values in t-test
15 files changed:
doc/pspp.texi
po/en_GB.po
po/pspp.pot
src/ChangeLog
src/levene.c
src/levene.h
src/t-test.q
src/var.h
tests/Makefile.am
tests/command/t-test-1-sample-missing-anal.sh [new file with mode: 0755]
tests/command/t-test-1-sample-missing-list.sh [new file with mode: 0755]
tests/command/t-test-indep-missing-anal.sh [new file with mode: 0755]
tests/command/t-test-indep-missing-list.sh [new file with mode: 0755]
tests/command/t-test-paired-missing-anal.sh [new file with mode: 0755]
tests/command/t-test-paired-missing-list.sh [new file with mode: 0755]