The RSREG Procedure |
ODS Graphics |
PROC RSREG 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 75.4.
To request these graphs you must specify the ODS GRAPHICS statement in addition to the PLOTS= option and any other options indicated in Table 75.4. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.
ODS Graph Name |
Plot Description |
PLOTS= Option |
---|---|---|
FitPlot |
Fit plot for 1 predictor |
FIT |
Panel of fit diagnostics |
DIAGNOSTICS |
|
CooksDPlot |
Cook’s D plot |
DIAGNOSTICS(UNPACK) |
ObservedByPredicted |
Observed by predicted |
DIAGNOSTICS(UNPACK) |
QQPlot |
Residual Q-Q plot |
DIAGNOSTICS(UNPACK) |
ResidualByPredicted |
Residual by predicted values |
DIAGNOSTICS(UNPACK) |
ResidualHistogram |
Residual histogram |
DIAGNOSTICS(UNPACK) |
RFPlot |
RF plot |
DIAGNOSTICS(UNPACK) |
RStudentByPredicted |
Studentized residuals by predicted |
DIAGNOSTICS(UNPACK) |
RStudentByLeverage |
RStudent by hat diagonals |
DIAGNOSTICS(UNPACK) |
Panel of residuals by predictors |
RESIDUALS |
|
Residuals by predictors |
RESIDUALS(UNPACK) |
|
Panel of ridge plot and factors |
RIDGE |
|
Ridge plot |
RIDGE(UNPACK) |
|
Ridge factors |
RIDGE(UNPACK) |
|
Panel of contour plots |
SURFACE |
|
Contour plots |
SURFACE(UNPACK) |
|
Panel of 3D surface plots |
SURFACE(3D) |
|
3D surface plots |
SURFACE(3D UNPACK) |
|
Panel of overlaid line-contour plots |
SURFACE(OVERLAYPAIRS) |
|
Overlaid line-contour plots |
SURFACE(OVERLAYPAIRS UNPACK) |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.