The MODELMATRIX Procedure
Syntax: MODELMATRIX Procedure
The following statements are available in the MODELMATRIX procedure:
PROC MODELMATRIX <options>;
BY variables;
CLASS variable <(options)>…<variable <(options)>> </ global-options>;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
EFFECT name = effect-type (variables </ options>);
FREQ variable;
MODEL dependent = <effects> </ model-options>;
OUTPUT OUT= CAS-libref.data-table </ options>;
WEIGHT variable;
The PROC MODELMATRIX statement, a single MODEL statement, and a single OUTPUT statement are required. All other statements are optional.
The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statement.
The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC MODELMATRIX statement. The remaining statements are described in alphabetical order.