Previous Page | Next Page

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 76.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 76.4. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.

Table 76.4 ODS Graphics Produced by PROC RSREG

ODS Graph Name

Plot Description

PLOTS= Option

FitPlot

Fit plot for 1 predictor

FIT

DiagnosticsPanel

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)

ResidualPlots

Panel of residuals by predictors

RESIDUALS

 

Residuals by predictors

RESIDUALS(UNPACK)

RidgePlots

Panel of ridge plot and factors

RIDGE
(with RIDGE MAX or MIN)

 

Ridge plot

RIDGE(UNPACK)
(with RIDGE MAX or MIN)

 

Ridge factors

RIDGE(UNPACK)
(with RIDGE MAX or MIN)

Contour

Panel of contour plots

SURFACE

 

Contour plots

SURFACE(UNPACK)

Surface

Panel of 3D surface plots

SURFACE(3D)

 

3D surface plots

SURFACE(3D UNPACK)

ContourOverlay

Panel of overlaid line-contour plots

SURFACE(OVERLAYPAIRS)

 

Overlaid line-contour plots

SURFACE(OVERLAYPAIRS UNPACK)

Previous Page | Next Page | Top of Page