The CATMOD Procedure

ODS Table Names

PROC CATMOD assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the following table. For more information about ODS, see Chapter 20: Using the Output Delivery System.

Table 30.8: ODS Tables Produced by PROC CATMOD

ODS Table Name

Description

Statement

Option

ANOVA

Analysis of variance

MODEL

default

Contrasts

Contrasts

CONTRAST

default

ContrastEstimates

Analysis of contrasts

CONTRAST

ESTIMATE=

ConvergenceStatus

Convergence status

MODEL

ML

CorrB

Correlation matrix of the estimates

MODEL

CORRB

CovB

Covariance matrix of the estimates

MODEL

COVB

DataSummary

Data summary

PROC

default

Estimates

Analysis of estimates

MODEL

default, unless NOPARM

MaxLikelihood

Maximum likelihood
analysis

MODEL

ML and ITPRINT

OneWayFreqs

One-way frequencies

MODEL

ONEWAY

PopProfiles

Population profiles

MODEL

default, unless NOPROFILE

PredictedFreqs

Predicted frequencies

MODEL

PRED=FREQ

PredictedProbs

Predicted probabilities

MODEL

PREDICT or PRED=PROB

PredictedValues

Predicted values

MODEL

PREDICT or PRED=

ResponseCov

Response functions,
covariance matrix

MODEL

COV

ResponseDesign

Response functions,
design matrix

MODEL

DESIGN, unless NODESIGN

ResponseFreqs

Response frequencies

MODEL

FREQ

ResponseMatrix

_RESPONSE_ matrix

MODEL and
LOGLIN

DESIGN, unless NORESPONSE

ResponseProbs

Response probabilities

MODEL

PROB

ResponseProfiles

Response profiles

MODEL

default, unless NOPROFILE

XPX

X’*Inv(S)*X matrix

MODEL

XPX, for WLS$^*$

$^*$ WLS estimation is the default for response functions other than the default (generalized logits).