Previous Page | Next Page

The CALIS Procedure

ODS Graphics

To request graphics with PROC CALIS, you must first enable ODS Graphics by specifying the ods graphics on statement. See Chapter 21, Statistical Graphics Using ODS, for more information. The names of the graphs that PROC CALIS generates are listed in Table 25.16, along with the required statements and options.

Table 25.16 ODS Graphics Produced by PROC CALIS

ODS Graph Name

Plot Description

PLOTS= Option

AsymStdResidualHistogram

Asymptotically standardized residuals

PLOTS=RESIDUALS and RESIDUAL=ASYMSTD; METHOD= is not ULS or DWLS

NormResidualHistogram

Normalized residuals

PLOTS=RESIDUALS and RESIDUAL=NORM

RawResidualHistogram

Raw residuals

PLOTS=RESIDUALS

VarStdResidualHistogram

Variance standardized residuals

PLOTS=RESIDUALS and RESIDUAL=VARSTD

Previous Page | Next Page | Top of Page