The ICA Procedure

Syntax: ICA Procedure

The following statements are available in the ICA procedure:

  • PROC ICA <options>;

  • BY variables;

  • DISPLAY <table-list> </ options>;

  • DISPLAYOUT table-spec-list </ options>;

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

  • VAR variables;

The PROC ICA statement is required. All other statements are optional. The following sections describe the PROC ICA statement and then describe the other statements in alphabetical order.

Last updated: December 21, 2018