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 43.12 lists these names. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 43.12: ODS Tables Produced BY PROC GEE
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ClassLevels |
Classification variable levels |
CLASS |
Default |
Coef |
Coefficients for LS-means |
LSMEANS |
E |
Diffs |
Differences of LS-means |
LSMEANS |
DIFF |
Estimates |
Estimates of contrasts |
ESTIMATE |
Default |
GEEEmpPEst |
Parameter estimates with empirical standard errors |
REPEATED |
Default |
GEEExchCorr |
Exchangeable working correlation value |
REPEATED |
TYPE=EXCH |
GEEFitCriteria |
QIC fit criteria |
REPEATED |
Default |
GEELogORInfor |
GEE log odds ratio model information |
REPEATED |
LOGOR= |
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 |
LSMeans |
LS-means |
LSMEANS |
Default |
LSMLines |
Lines display for LS-means |
LSMEANS |
LINES |
MissModelPEst |
Parameter estimates for the missingness model |
MISSMODEL |
Default |
MissPattern |
Frequency counts for dropout times |
MISSMODEL |
Default |
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 |