Previous Page | Next Page

The ENTROPY Procedure

ODS Graphics

This section describes the use of ODS for creating graphics with the ENTROPY procedure.

ODS Graph Names

PROC ENTROPY assigns a name to each graph it creates using ODS. You can use these names to reference the graphs when using ODS. The names are listed in Table 12.2.

To request these graphs, you must specify the ODS GRAPHICS statement.

Table 12.2 ODS Graphics Produced by PROC ENTROPY

ODS Graph Name

Plot Description

DiagnosticsPanel

Includes all the plots listed below

FitPlot

Predicted versus actual plot

CooksD

Cook’s plot

QQPlot

Q-Q plot of residuals

StudentResidualPlot

Studentized residual plot

ResidualHistogram

Histogram of the residuals


Note: This procedure is experimental.

Previous Page | Next Page | Top of Page