ODS Graphics

Before you create ODS Graphics output, 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 Chapter 21, Statistical Graphics Using ODS (SAS/STAT User's Guide).

The MVPMODEL procedure assigns a name to each graph it creates by using ODS Graphics. You can use these names to refer to the graphs when you use ODS. The names are listed in Table 10.5.

Table 10.5 ODS Graphics Produced by PROC MVPMODEL

ODS Graph Name

Plot Description

Statement

CVPlot

Cross validation and analysis

CV=

LoadingPlot

Scatter plot of variable loadings

PLOTS=LOADINGS

ScorePlot

Scatter plot of scores

PLOTS=SCORE

ScreePlot

Scree and variance-explained plots

Default

VariancePlot

Variance proportion explained plot

PLOTS=SCREE(UNPACKPANEL)


Note: This procedure is experimental.