PROC SCORE DATA=SAS-data-set <options>;
The PROC SCORE statement invokes the SCORE procedure. Table 100.1 summarizes the options available in the PROC SCORE statement.
Table 100.1: PROC SCORE Statement Options
Option |
Description |
---|---|
Names the input SAS data set containing the raw data to score |
|
Suppresses centering and scaling of the raw data |
|
Specifies the name of the SAS data set |
|
Treats coefficients of –1 as 0 |
|
Reverses the sign of each score |
|
Names the data set containing the scoring coefficients |
|
Specifies the observations that contain scoring coefficients |
You can specify the following options in the PROC SCORE statement.