PROC MI assigns a name to each table it creates. You must use these names to reference tables when using the Output Delivery System (ODS). These names are listed in Table 63.8. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 63.8: ODS Tables Produced by PROC MI
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
Corr |
Pairwise correlations |
SIMPLE |
|
EMEstimates |
EM (MLE) estimates |
EM |
|
EMInitEstimates |
EM initial estimates |
EM |
|
EMIterHistory |
EM (MLE) iteration |
EM |
ITPRINT |
history |
|||
EMPostEstimates |
EM (posterior mode) |
MCMC |
INITIAL=EM |
estimates |
|||
EMPostIterHistory |
EM (posterior mode) |
MCMC |
INITIAL=EM (ITPRINT) |
iteration history |
|||
EMWLF |
Worst linear function |
MCMC |
WLF |
FCSDiscrim |
Discriminant model |
FCS |
DISCRIM (/DETAILS) |
group means |
|||
FCSLogistic |
Logistic model |
FCS |
LOGISTIC (/DETAILS) |
FCSModel |
FCS models |
FCS |
|
FCSReg |
Regression model |
FCS |
REG (/DETAILS) |
FCSRegPMM |
Predicted mean matching |
FCS |
REGPMM (/DETAILS) |
model |
|||
MCMCInitEstimates |
MCMC initial estimates |
MCMC |
DISPLAYINIT |
MissPattern |
Missing data patterns |
||
MNARModel |
Observations that are used |
MNAR |
MODEL |
for imputation model |
|||
under MNAR |
|||
MNARAdjust |
Adjustment parameters and |
MNAR |
ADJUST |
imputed values to be adjusted |
|||
under MNAR |
|||
ModelInfo |
Model information |
||
MonoDiscrim |
Discriminant model |
MONOTONE |
DISCRIM (/DETAILS) |
group means |
|||
MonoLogistic |
Logistic model |
MONOTONE |
LOGISTIC (/DETAILS) |
MonoModel |
Monotone models |
MONOTONE |
|
MonoPropensity |
Propensity score model |
MONOTONE |
PROPENSITY (/DETAILS) |
logistic function |
|||
MonoReg |
Regression model |
MONOTONE |
REG (/DETAILS) |
MonoRegPMM |
Predicted mean matching |
MONOTONE |
REGPMM (/DETAILS) |
model |
|||
ParameterEstimates |
Parameter estimates |
||
Transform |
Variable transformations |
TRANSFORM |
|
Univariate |
Univariate statistics |
SIMPLE |
|
VarianceInfo |
Between, within, and |
||
total variances |