added SAVE subcommand
[pspp-builds.git] / src / language / stats / ChangeLog
1 2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
2
3         * regression.q (subcommand_save): New function.
4
5 2006-04-04  Jason Stover  <jhs@math.gcsu.edu>
6
7         * regression.q: New function reg_has_categorical () to tell
8         whether a pspp_linreg_struct was made with any variables of type
9         ALPHA.
10
11         * regression.q: (subcommand_export): Call
12         reg_print_categorical_encoding() only if the model uses any
13         categorical variables.
14
15 Mon Mar 27 16:00:42 2006  Ben Pfaff  <blp@gnu.org>
16
17         * crosstabs.q: (output_pivot_table) Drop spurious space from
18         message.
19
20 2006-03-15  Jason Stover  <jhs@math.gcsu.edu>
21
22         * regression.q: Added custom syntax parser for VARIABLES subcommand
23
24         * regression.q: Moved most instructions for run_regression ()
25         inside the loop over dependent variables.
26
27 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
28         
29         * Moved files from src directory