The HP4SCORE Procedure
Syntax: HP4SCORE Procedure
The following statements are available in the HP4SCORE procedure:
PROC HP4SCORE DATA=<libref.>SAS-data-set <data-options> ;
ID variables;
SCORE FILE=model-file-name OUT=libref.SAS-data-set <score-options> ;
IMPORTANCE FILE=model-file-name VARS=(variables) <importance-options> ;
PERFORMANCE <performance-options> ;
The PROC HP4SCORE statement is required, and either the SCORE statement or the IMPORTANCE statement must be specified. They cannot both be specified because in some scenarios PROC HP4SCORE has already processed in input data set and cannot restore it.