Previous Page | Next Page

The FREQ Procedure

ODS Graphics

PROC FREQ assigns a name to each graph it creates with ODS Graphics. You can use these names to reference the graphs. Table 35.15 lists the names of the graphs that PROC FREQ generates, along with the corresponding analysis options.

To request graphics with PROC FREQ, you must first enable ODS Graphics by specifying the ODS GRAPHICS ON statement. See Chapter 21, Statistical Graphics Using ODS, for more information. When you have enabled ODS Graphics, you can request specific plots with the PLOTS= option in the TABLES statement. If you do not specify the PLOTS= option but have enabled ODS Graphics, then PROC FREQ produces all plots associated with the analyses you request.

Table 35.15 ODS Graphics Produced by PROC FREQ

ODS Graph Name

Plot Description

TABLES Statement Option

CumFreqPlot

Cumulative frequency plot

One-way table request

DeviationPlot

Deviation plot

CHISQ and a one-way table request

FreqPlot

Frequency plot

Any table request

KappaPlot

Kappa plot

AGREE ( table)

ORPlot

Odds ratio plot

MEASURES or RELRISK ( table)

WtKappaPlot

Weighted kappa plot

AGREE ( table, )

Previous Page | Next Page | Top of Page