The PANEL Procedure

Creating ODS Graphics

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 12.1 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 PANEL procedure. The table below lists the graph names, the plot descriptions, and the options used.

Table 20.5: ODS Graphics Produced by PROC PANEL

ODS Graph Name

Plot Description

Plots=Option

DiagnosticsPanel

All applicable plots listed below

 

ResidualPlot

Plot of the residuals

RESIDUAL, RESID

FitPlot

Predicted versus actual plot

FITPLOT

QQPlot

Plot of the quantiles of the residuals

QQ

ResidSurfacePlot

Surface plot of the residuals

RESIDSURFACE

PredSurfacePlot

Surface plot of the predicted values

PREDSURFACE

ActSurfacePlot

Surface plot of the actual values

ACTSURFACE

ResidStackPlot

Stack plot of the residuals

RESIDSTACK, RESSTACK

ResidHistogram

Plot of the histogram of residuals

RESIDUALHISTOGRAM, RESIDHISTOGRAM