pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/doc ChangeLog regression.texi


From: Jason H Stover
Subject: [Pspp-cvs] pspp/doc ChangeLog regression.texi
Date: Fri, 21 Apr 2006 21:01:53 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 06/04/21 21:01:53

Modified files:
        doc            : ChangeLog regression.texi 

Log message:
        initial description of the SAVE subcommand

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/ChangeLog.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/regression.texi.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: pspp/doc/ChangeLog
diff -u pspp/doc/ChangeLog:1.36 pspp/doc/ChangeLog:1.37
--- pspp/doc/ChangeLog:1.36     Mon Apr 17 02:13:12 2006
+++ pspp/doc/ChangeLog  Fri Apr 21 21:01:53 2006
@@ -1,3 +1,7 @@
+2006-04-21  Jason Stover  <address@hidden>
+
+       * regression.texi: Initial description of the SAVE subcommand.
+
 Sun Apr 16 19:12:26 2006  Ben Pfaff  <address@hidden>
 
        Consistently write "file name" as two words, in accordance with
Index: pspp/doc/regression.texi
diff -u pspp/doc/regression.texi:1.2 pspp/doc/regression.texi:1.3
--- pspp/doc/regression.texi:1.2        Mon Apr 17 02:13:12 2006
+++ pspp/doc/regression.texi    Fri Apr 21 21:01:53 2006
@@ -45,6 +45,7 @@
         /DEPENDENT=var_list
         /address@hidden, DEFAULTS, R, COEFF, ANOVA, address@hidden
         /EXPORT ('file-name')
+        /SAVE
 @end display
 
 The @cmd{REGRESSION} procedure reads the active file and outputs
@@ -75,6 +76,11 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]