The PCA Procedure

Syntax: PCA Procedure

The following statements are available in the PCA procedure:

  • PROC PCA <options>;

  • BY variables;

  • CODE <options>;

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

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

  • FREQ variable;

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

  • PARTIAL variables;

  • VAR variables;

  • WEIGHT variable;

The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC PCA statement. The remaining statements are described in alphabetical order.

Last updated: December 21, 2018