Wednesday, 12 October 2011

SAS - PROC tabulate

Summarize the data in the form of a well organized table
Syntax:

PROC tabulate DATA=dataname;
ClASS class variables;
VAR variables;
TABLE page, row, column description/options;
 RUN;

No comments:

Post a Comment