The HP4SCORE Procedure
SCORE Statement
SCORE FILE=model-file-name OUT=libref.SAS-data-set <score-options> ;
The SCORE statement specifies the name of the model file and the name of the output data set. The IMPORTANCE statement cannot also be specified.
When running in distributed mode or with concurrent threads, the SCORE statement rearranges the observations. You need to include an ID statement to specify variables such as the target to include in the output data set if those variables will be needed in a subsequent analysis.
You must specify the following arguments:
You can also specify the following score-options:
Copyright © SAS Institute Inc. All rights reserved.