Previous Page | Next Page

The TCALIS Procedure

ODS Graphics

To request graphics with PROC TCALIS, you must first enable ODS Graphics by specifying the ods graphics on statement. See Chapter 21, Statistical Graphics Using ODS, for more information. In the following table, ODS graph names and the options to display the graphs are listed.

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


Note: This procedure is experimental.

Previous Page | Next Page | Top of Page