PLSMOD Procedure
MODEL Statement
MODEL response-variables = predictor-effects </ options>;
The MODEL statement names the responses and the predictors, which determine, respectively, the and
matrices of the model. You can simply list the names of the predictor variables as the model effects, but you can also specify other types of effects, including polynomial effects and interactions. For information about constructing the model effects, see the section Specification and Parameterization of Model Effects in Chapter 2, Shared Concepts.
The MODEL statement is required. You can specify only one MODEL statement.
You can specify the following options after a slash (/).
Last updated: June 22, 2026