Previous Page | Next Page

The MODEL Procedure

ODS Graphics

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

ODS Graph Names

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

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

Table 18.4 ODS Graphics Produced by PROC MODEL

ODS Graph Name

Plot Description

ACFPlot

Autocorrelation of residuals

ActualByPredicted

Predicted versus actual plot

CooksD

Cook’s plot

IACFPlot

Inverse autocorrelation of residuals

QQPlot

Q-Q plot of residuals

PACFPlot

Partial autocorrelation of residuals

ResidualHistogram

Histogram of the residuals

StudentResidualPlot

Studentized residual plot

Previous Page | Next Page | Top of Page