Statistical procedures use ODS Graphics to create graphs as part of their output. ODS Graphics is described in detail in Chapter 21: Statistical Graphics Using ODS in SAS/STAT 13.2 User's Guide.
Before you create graphs, ODS Graphics must be enabled (for example, with the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section "Enabling and Disabling ODS Graphics" in that chapter.
The overall appearance of graphs is controlled by ODS styles. Styles and other aspects of using ODS Graphics are discussed in the section "A Primer on ODS Statistical Graphics" in that chapter.
This section describes the use of ODS for creating graphics with the MODEL procedure.
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 19.4.
To request these graphs, ODS Graphics must be enabled.
Table 19.4: ODS Graphics Produced by PROC MODEL
ODS Graph Name |
Plot Description |
---|---|
ACFPlot |
Autocorrelation of residuals |
ActualByPredicted |
Predicted versus actual plot |
BlockDependencyPlot |
Simulation dependency analysis |
CooksD |
Cook’s D plot |
DiagnosticsPanel |
Panel of all plots |
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 |