The MBC Procedure

ODS Table Names

Each table that the MBC procedure creates has a name associated with it. You must use this name to refer to the table when you use the DISPLAY statement, the DISPLAYOUT statement, or ODS statements. These names are listed in Table 12.6.

Table 12.6: ODS Tables Produced by PROC MBC

Table Name

Description

Statement

Option

ConvergenceStatus

Convergence status of each model

PROC MBC

Default

FitStatistics

Fit statistics for specified or selected model

PROC MBC

Default

FitSummary

Comparison of fit statistics for all models

PROC MBC

Multiple values in COVSTRUCT=, NOISE=, or NCLUSTERS=

IterHistory

Iteration history from the EM algorithm

PROC MBC

ITHIST

MixingEstimates

Estimates for mixing proportions

PROC MBC

Default

ModelInfo

Information about the fitted model

PROC MBC

Default

NObs

Information about observations

PROC MBC

Default

OutputCasTables

See the section OutputCasTables Table

OUTPUT
DISPLAYOUT

OUT=

ParameterEstimates

Mean and covariance estimates

PROC MBC

Default

Timing

Time used for different tasks

PROC MBC

Default


Last updated: December 21, 2018