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 29.8: 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 |
Path Diagrams |
||
PathDiagramInit |
Path diagram for initial model specifications |
DIAGRAM=INITIAL in the |
PathDiagram |
Path diagram for the unstandardized solution |
PLOTS=PATHDIAGRAM or |
PathDiagramStand |
Path diagram for the standardized solution |
DIAGRAM=STANDARD in the |
PathDiagramStructInit |
Path diagram for initial structural model specifications |
DIAGRAM=INITIAL and STRUCTURAL in the |
PathDiagramStruct |
Path diagram for the unstandardized solution of the structural model |
STRUCTURAL in the |
PathDiagramStructStand |
Path diagram for the standardized solution of the structural model |
DIAGRAM=STANDARD and STRUCTURAL in the |