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.
In the following table, ODS graph names and the options to display the graphs are listed.
Table 27.7: Graphs Produced by PROC CALIS
ODS Graph Name |
Plot Description |
Option |
---|---|---|
Distribution of Residuals in the Moment Matrices |
||
AsymStdResidualHistogram |
Asymptotically standardized residuals |
PLOTS=RESIDUALS and |
NormResidualHistogram |
Normalized residuals |
PLOTS=RESIDUALS and |
RawResidualHistogram |
Raw residuals |
PLOTS=RESIDUALS |
VarStdResidualHistogram |
Variance standardized residuals |
PLOTS=RESIDUALS and |
Case-Level Residual Diagnostics |
||
CaseResidualHistogram |
Distribution of the residual M-distances |
PLOTS=CRESHIST or |
ResidualByLeverage |
Residual M-distances against the leverage M-distances |
PLOTS=RESBYLEV or |
ResidualByPredicted |
Residuals against the predicted values of dependent variables |
PLOTS=RESBYPRED or |
ResidualByQuantile |
Residual M-distances against the theoretical quantiles |
PLOTS=QQ or |
ResPercentileByExpPercentile |
Percentiles of residual M-distances against the theoretical percentiles |
PLOTS=PP or |