The MI Procedure |
ODS Table Names |
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 54.6. For more information about ODS, see Chapter 20, Using the Output Delivery System.
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 |
MCMCInitEstimates |
MCMC initial estimates |
MCMC |
DISPLAYINIT |
MissPattern |
Missing data patterns |
||
ModelInfo |
Model information |
||
MonoDiscrim |
Discriminant model |
MONOTONE |
DISCRIM (/DETAILS) |
group means |
|||
MonoLogistic |
Logistic model |
MONOTONE |
LOGISTIC (/DETAILS) |
MonoModel |
Multiple 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 |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.