FREQUENCIES: Modernize syntax and improve chart support.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 14 Mar 2010 05:53:05 +0000 (21:53 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 14 Mar 2010 06:06:11 +0000 (22:06 -0800)
commitf229deb221f9de45a7368070e188c53eba0662b9
tree93faa6bee9b95bed2dc60309ee51afa539efdd4e
parenta857d9573897b2aa372824ff5323b14b84207142
FREQUENCIES: Modernize syntax and improve chart support.

The FREQUENCIES syntax was carrying a lot of baggage from old versions
that is no longer mentioned in the SPSS syntax reference.  This commit
removes support for those obsolete features.

The implementation only supported a single chart at a time.  Now it
supports pie charts and histograms in a single command.  The MIN and
MAX format options are now implemented, as are the MISSING/NOMISSING
options for pie charts.  (The FREQ/PERCENT options are still not
implemented.)

Also update documentation to match.
doc/statistics.texi
src/language/stats/frequencies.q
tests/automake.mk
tests/bugs/freq-nolabels.sh [deleted file]
tests/bugs/temp-freq.sh
tests/command/weight.sh
tests/stats/percentiles-compatible.sh
tests/stats/percentiles-enhanced.sh