SAVE subcommand (SPATIAL TEMPORAL PREDICTION command)

The SAVE subcommand saves predicted values to an open dataset in the current session or an IBM® SPSS® Statistics- format data file.
  • The data source cannot be a data source used in the model.
  • The data source must contain all the time fields and predictors used in the model.
  • The time values must be greater than the time values used in the model.
  • The data source must also be specified on the SPATIAL MAPSPEC command with ROLE=SCORE.
SCORE=NO | YES
Specifies if predicted values are saved. The default setting is NO.
SOURCESTOSCORE=id ('filespec'|dataset)
New fields containing predicted values, variance, and upper and lower confidence bounds are written to the specified data source.
  • The ID value is the value of IDENTIFIER on the DATA subcommand of the SPATIAL MAPSPEC command. The DATA subcommand must also include ROLE=SCORE for this data source.
  • If you are writing scores to an external file (instead of an open dataset), you must use the ID value specified on the SPATIAL MAPSPEC command with a different file specification. You cannot write scores to the file specified on SPATIAL MAPSPEC.