SAVE Subcommand (KRR command)
The SAVE
subcommand specifies variables to save to the active data set.
- PRED(varname)
- The keyword saves predicted values from the specified or best model to the active dataset. An optional variable name can be included in parentheses.
- RESID(varname)
- The keyword saves residuals from the specified or best model to the active dataset. An optional variable name can be included in parentheses.
- DUAL(varname)
- The keyword saves dual or kernel space weight coefficients from the specified model to the active dataset. An optional variable name can be included in parentheses. The keyword is ignored when model selection is specified.