SAVE Subcommand (UNIANOVA command)
Use SAVE
to
add one or more residual or fit values to the active dataset.
- Specify one or more temporary variables, each followed by an optional new name in parentheses.
-
WPRED
andWRESID
can be saved only ifREGWGT
has been specified. - Specifying a temporary variable on this subcommand results in a variable being added to the active data file for each dependent variable.
- You can specify variable names for the temporary variables. These names must be unique, valid variable names.
- If new names are not specified,
UNIANOVA
generates a rootname using a shortened form of the temporary variable name with a suffix. - If more than one
SAVE
subcommand is specified, only the last one is in effect.
PRED. Unstandardized predicted values.
WPRED. Weighted
unstandardized predicted values. Available only if REGWGT
has been specified.
RESID. Unstandardized residuals.
WRESID. Weighted
unstandardized residuals. Available only if REGWGT
has been specified.
DRESID. Deleted residuals.
ZRESID. Standardized residuals.
SRESID. Studentized residuals.
SEPRED. Standard errors of predicted value.
COOK. Cook’s distances.
LEVER. Uncentered leverage values.