ODS Table Names |
PROC MIANALYZE 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 57.3. For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
BCov |
Between-imputation covariance matrix |
BCOV |
|
ModelInfo |
Model information |
||
MultStat |
Multivariate inference |
MULT |
|
ParameterEstimates |
Parameter estimates |
||
TCov |
Total covariance matrix |
TCOV |
|
TestBCov |
Between-imputation covariance matrix for |
TEST |
BCOV |
TestMultStat |
Multivariate inference for |
TEST |
MULT |
TestParameterEstimates |
Parameter estimates for |
TEST |
|
TestSpec |
Test specification, and |
TEST |
|
TestTCov |
Total covariance matrix for |
TEST |
TCOV |
TestVarianceInfo |
Variance information for |
TEST |
|
TestWCov |
Within-imputation covariance matrix for |
TEST |
WCOV |
VarianceInfo |
Variance information |
||
WCov |
Within-imputation covariance matrix |
WCOV |