PROC GEE assigns a name to each table that it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. Table 42.9 lists these names. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 42.9: ODS Tables Produced BY PROC GEE
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ClassLevels |
Classification variable levels |
CLASS |
Default |
GEEEmpPEst |
Parameter estimates with empirical standard errors |
REPEATED |
Default |
GEEExchCorr |
Exchangeable working correlation value |
REPEATED |
TYPE=EXCH |
GEEFitCriteria |
QIC fit criteria |
REPEATED |
Default |
GEEModInfo |
GEE model information |
REPEATED |
Default |
GEEModPEst |
Parameter estimates with model-based standard errors |
REPEATED |
MODELSE |
GEENCorr |
Model-based correlation matrix |
REPEATED |
MCORRB |
GEENCov |
Model-based covariance matrix |
REPEATED |
MCOVB |
GEERCorr |
Empirical correlation matrix |
REPEATED |
ECORRB |
GEERCov |
Empirical covariance matrix |
REPEATED |
ECOVB |
GEEWCorr |
GEE working correlation matrix |
REPEATED |
CORRW |
ModelInfo |
Model information |
MODEL |
Default |
NObs |
Number of observations summary |
Default |
|
ParmInfo |
Parameter indices |
REPEATED |
MCORRB, MCOVB, |
ResponseProfile |
Frequency counts for binary models |
MODEL |
DIST=BINOMIAL |