The MODELMATRIX Procedure
MODEL Statement
MODEL dependent = <effects> / <model-options>;
The MODEL statement names the dependent variable and the explanatory effects, including covariates, main effects, interactions, and nested effects. If you omit the explanatory effects, the procedure produces a single column of ones.
After the keyword MODEL, the dependent (response) variable is specified, followed by an equal sign. The explanatory effects follow the equal sign.
For information about constructing the model effects, see the section Specification and Parameterization of Model Effects in Chapter 2, Shared Concepts.
The model-options control other aspects of model formation and inference. Table 4 summarizes these options.
Table 4: MODEL Statement Options
| Option | Description |
|---|---|
| Model Options | |
| INFORMATIVE | Models missing values by using extra indicator variables |
| NOINT | Suppresses the intercept |
Model Options
You can specify the following model-options in the MODEL statement after a slash (/):