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.
Before you create graphs, ODS Graphics must be enabled (for example, by specifying the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section Enabling and Disabling ODS Graphics in ChapterĀ 21: Statistical Graphics Using ODS.
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 ChapterĀ 21: Statistical Graphics Using ODS.
You can reference every graph produced through ODS Graphics with a name. Table 103.5 lists the names of the graphs, along with the relevant PLOTS= options.
Table 103.5: Graphs Produced by PROC TPSPLINE
ODS Graph Name |
Plot Description |
PLOTS Option |
---|---|---|
ContourFitPanel |
Panel of thin-plate spline contour surfaces overlaid on scatter plots of data |
CONTOURFITPANEL |
ContourFit |
Thin-plate spline contour surface overlaid on scatter plot of data |
CONTOURFITPANEL |
DiagnosticsPanel |
Panel of fit diagnostics |
DIAGNOSTICS |
FitPanel |
Panel of thin-plate spline curves overlaid on scatter plots of data |
FITPANEL |
FitPlot |
Thin-plate spline curve overlaid on scatter plot of data |
FIT |
ObservedByPredicted |
Dependent variable versus thin-plate spline fit |
OBSERVEDBYPREDICTED |
QQPlot |
Normal quantile plot of residuals |
QQPLOT |
ResidualBySmooth |
Panel of residuals versus predictor by smoothing parameter values |
RESIDUALBYSMOOTH |
ResidualByPredicted |
Residuals versus thin-plate spline fit |
RESIDUALBYPREDICTED |
ResidualHistogram |
Histogram of fit residuals |
RESIDUALHISTOGRAM |
ResidualPanel |
Panel of residuals versus predictors for fixed smoothing parameter value |
RESIDUALS |
ResidualPlot |
Plot of residuals versus predictor |
RESIDUALS |
RFPlot |
Side-by-side plots of quantiles of centered fit and residuals |
RFPLOT |
ScorePlot |
Thin-plate spline fit evaluated at scoring points |
SCOREPLOT |
CriterionPlot |
GCV criterion versus smoothing parameter |
CRITERION |