SAVE Subcommand (QUANTILE REGRESSION command)
The SAVE
subcommand provides keywords for scoring the model.
- PRED({varname}{rootname})
- The optional keyword scores the predicted target values. A user-defined variable name can be specified. When a root name is specified, it must be a valid variable name. A root name, followed by an underscore "_" and a meaningful quantile suffix, is used when multiple values are specified for /CRITERIA QUANTILE.
- RESID({varname} {rootname})
- The optional keyword scores the prediction residuals. The varname and rootname settings are the same as those for PRED.
- CIPREDL({varname} {rootname})
- The optional keyword scores the lower bounds of the prediction intervals. The varname and rootname settings are the same as those for PRED.
- CIPREDU({varname} {rootname})
- The optional keyword scores the upper bounds of the prediction intervals. The varname and rootname settings are the same as those for PRED.