initial description of the SAVE subcommand
authorJason Stover <jhs@math.gcsu.edu>
Fri, 21 Apr 2006 21:01:53 +0000 (21:01 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Fri, 21 Apr 2006 21:01:53 +0000 (21:01 +0000)
doc/ChangeLog
doc/regression.texi

index 61cdd47a53de0619c1fb915372026ab1a999a25f..34d1a890faefa8fe9c7dac030dfa4779dcfc36f7 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-21  Jason Stover  <jhs@math.gcsu.edu>
+
+       * regression.texi: Initial description of the SAVE subcommand.
+
 Sun Apr 16 19:12:26 2006  Ben Pfaff  <blp@gnu.org>
 
        Consistently write "file name" as two words, in accordance with
index 055e2a0faceb437f4f1dc8cff3186695da724c01..22b9f58ff664c196a574565aeac548983f452f1f 100644 (file)
@@ -45,6 +45,7 @@ REGRESSION
         /DEPENDENT=var_list
         /STATISTICS=@{ALL, DEFAULTS, R, COEFF, ANOVA, BCOV@}
         /EXPORT ('file-name')
+        /SAVE
 @end display
 
 The @cmd{REGRESSION} procedure reads the active file and outputs
@@ -75,6 +76,11 @@ Analysis of variance table for the model.
 The covariance matrix for the estimated model coefficients.
 @end table
 
+The SAVE subcommand causes PSPP to save the residuals from the fitted
+model to the active file. PSPP will store the residuals in a variable
+called RES1 if no such variable exists, RES2 if RES1 already exists,
+RES3 if RES1 and RES2 already exist, etc.
+
 The EXPORT subcommand causes PSPP to write a C program containing
 functions related to the model. One such function accepts values of
 explanatory variables as arguments, and returns an estimate of the