The MVPMODEL Procedure

ODS Graphics

Before you create ODS Graphics output, ODS Graphics must be enabled (for example, by using the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section Enabling and Disabling ODS Graphics in SAS/STAT 13.2 User's Guide.

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

Table 12.5: ODS Graphics Produced by PROC MVPMODEL

ODS Graph Name

Plot Description

Statement

CVPlot

Cross validation and $R^2$ analysis

CV=

LoadingMatrix

Scatter plot matrix of variable loadings

PLOTS=LOADINGS

LoadingPlot

Scatter plot of variable loadings

PLOTS=LOADINGS(UNPACK)

ScoreMatrix

Scatter plot of scores

PLOTS=SCORE

ScorePlot

Scatter plot of scores

PLOTS=SCORE(UNPACK)

ScreePlot

Scree and variance-explained plots

Default

VariancePlot

Variance-explained plot

PLOTS=SCREE(UNPACK)