|
Chapter Contents |
Previous |
Next |
| The CATMOD Procedure |
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 on ODS, see Chapter 15, "Using the Output Delivery System."
Table 22.5: ODS Tables Produced in 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 |
| 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 | WLS*, unless NODESIGN |
| ResponseFreqs | Response frequencies | MODEL | FREQ |
| ResponseMatrix | _RESPONSE_ matrix | MODEL & LOGLIN | unless NORESPONSE |
| ResponseProbs | Response probabilities | MODEL | PROB |
| ResponseProfiles | Response profiles | MODEL | default, unless NOPROFILE |
| XPX | X'*Inv(S)*X matrix | MODEL | XPX, for WLS* |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.