PARTIALDEPEND Procedure
Syntax: PARTIALDEPEND Procedure
The following statements are available in the PARTIALDEPEND procedure:
PROC PARTIALDEPEND <options>;
ANALYSISVARIABLE variable </ options>;
ASTOREMODEL RSTORE=libref.data-table;
CODE FILE=filename | TABLE=libref.data-table;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
FREQ variable;
INPUT variables </ LEVEL=INTERVAL | NOMINAL>;
OUTPUT OUT=libref.data-table <options>;
PREDICTEDTARGET variable;
WEIGHT variable;
The PROC PARTIALDEPEND, ANALYSISVARIABLE, INPUT, and PREDICTEDTARGET statements are required. At least one ASTOREMODEL or CODE statement is required. You can specify up to two ANALYSISVARIABLE statements. The ASTOREMODEL and INPUT statements can appear multiple times. The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC PARTIALDEPEND statement. The remaining statements are described in alphabetical order.