X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fregression.texi;h=218a52405d4a8973360b317557524b4cbd7010b3;hb=133344b3a5b6d027fddec7992e998186ac3a145c;hp=e362c7fef139a3df806109729903a6c6437a5e61;hpb=1b1837591924226078c96db15888b68beec2ef6d;p=pspp diff --git a/doc/regression.texi b/doc/regression.texi index e362c7fef1..218a52405d 100644 --- a/doc/regression.texi +++ b/doc/regression.texi @@ -63,7 +63,7 @@ All other subcommands are optional: The @subcmd{STATISTICS} subcommand specifies the statistics to be displayed: -@table @code +@table @subcmd @item ALL All of the statistics below. @item R @@ -80,10 +80,14 @@ The covariance matrix for the estimated model coefficients. The @subcmd{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 -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 +called @samp{RES1} if no such variable exists, @samp{RES2} if @samp{RES1} +already exists, +@samp{RES3} if @samp{RES1} and @samp{RES2} already exist, etc. It will +choose the name of +the variable for the predicted values similarly, but with @samp{PRED} as a prefix. +When @subcmd{SAVE} is used, @pspp{} ignores @cmd{TEMPORARY}, treating +temporary transformations as permanent. @node Examples @subsection Examples