* descript.c:
authorMichael Kiefte <mkiefte@dal.ca>
Fri, 9 Apr 2004 09:58:47 +0000 (09:58 +0000)
committerMichael Kiefte <mkiefte@dal.ca>
Fri, 9 Apr 2004 09:58:47 +0000 (09:58 +0000)
commit2cc5c881d3bf3effeb07bc9e3aef958975a17b27
tree6bcefb4f84cda9c8a2ad6038b3059e71cf2e211f
parenta207064be5f7c78801fc28fb7cabe1a23bf03a27
* descript.c:
fixed problem with parsing in match_statistic() causing "DESCRIPTIVE
STAT=MEAN." to barf.
"MEAN" is now default if "SORT" given without specification.
fixed infinite loop with "DESCRIPT GIBBERISH=ALL."
parsing is generally less forgiving of syntax errors: better to have
it do nothing and type it in again then to not know what it actually did instead
 (problem also related to infinite loop problem above).
z-score transformation now check score for user-missing values and ch
ecks std_dev for SYSMIS.
src/descript.c