The MIANALYZE Procedure

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 64.3. For more information about ODS, see Chapter 20: Using the Output Delivery System.

Table 64.3: ODS Tables Produced by PROC MIANALYZE

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 $\mb{L} \bbeta $

TEST

BCOV

TestMultStat

Multivariate inference for $\mb{L} \bbeta $

TEST

MULT

TestParameterEstimates

Parameter estimates for $\mb{L} \bbeta $

TEST

 

TestSpec

Test specification, $\mb{L}$ and $\mb{c}$

TEST

 

TestTCov

Total covariance matrix for $\mb{L} \bbeta $

TEST

TCOV

TestVarianceInfo

Variance information for $\mb{L} \bbeta $

TEST

 

TestWCov

Within-imputation covariance matrix for $\mb{L} \bbeta $

TEST

WCOV

VarianceInfo

Variance information

   

WCov

Within-imputation covariance matrix

 

WCOV