Producing Frequency Tables Using PROC FREQ
The FREQ procedure
is a descriptive procedure as well as a statistical procedure. It
produces one-way and n-way
frequency tables, and it concisely describes data by reporting the
distribution of variable values. Use the FREQ procedure to create
crosstabulation tables that summarize data for two or more categorical
variables by showing the number of observations for each combination
of variable values.
PROC FREQ Syntax
The FREQ procedure can include many statements and options
for controlling frequency output.
Syntax, FREQ procedure:
PROC FREQ
<options>;
RUN;
|
You can specify the
following options in the PROC FREQ statement:
COMPRESS
begins display of the next one-way frequency table ...
Get SAS Certification Prep Guide, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.