Implemented the reliability command.
authorJohn Darrington <john@marilyn.intra>
Fri, 12 Sep 2008 23:17:28 +0000 (07:17 +0800)
committerJohn Darrington <john@marilyn.intra>
Fri, 12 Sep 2008 23:17:28 +0000 (07:17 +0800)
commit2287a5970f043d5e18ebaf0013d0a2968c6f6051
treef25fd673bc29718c2b2fcf84f7aa9e7214942359
parentc400888ac9d64228138f69b473afb0083c6ca37c
Implemented the reliability command.

Added a cut down version of the reliability command.
This version supports calculation of the Cronbach alpha
statistic.  Closes bug #24021
doc/statistics.texi
src/language/command.def
src/language/stats/automake.mk
src/language/stats/reliability.q [new file with mode: 0644]
src/libpspp/misc.h
tests/automake.mk
tests/command/reliability.sh [new file with mode: 0755]