The PLSMOD Procedure

Syntax: PLSMOD Procedure

The following statements are available in the PLSMOD procedure:

  • PROC PLSMOD <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>);

  • MODEL response-variables = predictor-effects </ options>;

  • OUTPUT OUT=CAS-libref.data-table
    <COPYVARS=(variables)>
    <keyword <=prefix>>…<keyword <=prefix>>
    ;

  • PARTITION partition-options;

The PROC PLSMOD statement and a single MODEL 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 following sections describe the PROC PLSMOD statement and then describe the other statements in alphabetical order.

Last updated: December 21, 2018