The CORRELATION Procedure
Syntax: CORRELATION Procedure
The following statements are available in PROC CORRELATION:
PROC CORRELATION <options>;
BY variables;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
FREQ variable;
VAR variables;
WEIGHT variable;
WITH variables;
The PROC CORRELATION statement is the only required statement for the CORRELATION procedure. The following sections describe the PROC CORRELATION statement and then describe the other statements in alphabetical order.