The PANEL Procedure |
ODS Graphics |
This section describes the use of ODS for creating graphics with the PANEL procedure. Both the graphical results and the syntax for specifying them are subject to change in a future release.
To request these graphs, you must specify the ODS GRAPHICS statement. The table below lists the graph names, the plot descriptions, and the options used.
ODS Graph Name |
Plot Description |
Plots=Option |
ResidualPlot |
Plot of the residuals |
RESIDUAL, RESID |
FitPlot |
Predicted versus actual plot |
FITPLOT |
QQPlot |
Plot of the quantiles of the residuals |
|
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 |
Copyright © SAS Institute, Inc. All Rights Reserved.