X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fregression.texi;fp=doc%2Fregression.texi;h=80f5eaf68d86b1043020c2f0a3e0b1ccca7b9eb5;hb=620d94c8a41811d8dc8ba8a0f500896a9a894a18;hp=9885d8444a8335468c64c5f6079a5945919a5d29;hpb=cdae9856ee4695fef212a4dcf24d81dff484c7d4;p=pspp diff --git a/doc/regression.texi b/doc/regression.texi index 9885d8444a..80f5eaf68d 100644 --- a/doc/regression.texi +++ b/doc/regression.texi @@ -78,9 +78,9 @@ 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 or predicted +The SAVE subcommand causes @pspp{} to save the residuals or predicted values from the fitted -model to the active dataset. PSPP will store the residuals in a variable +model to the active dataset. @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. It will choose the name of the variable for the predicted values similarly, but with PRED as a @@ -88,7 +88,7 @@ prefix. @node Examples @subsection Examples -The following PSPP syntax will generate the default output and save the +The following @pspp{} syntax will generate the default output and save the predicted values and residuals to the active dataset. @example