The PLM Procedure

ODS Table Names

PROC PLM assigns a name to each table it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 87.12. For more information about ODS, see Chapter 20: Using the Output Delivery System.

Each of the EFFECTPLOT, ESTIMATE, LSMEANS, LSMESTIMATE, and SLICE statements also creates tables, which are not listed in Table 87.12. For information about these tables, see the corresponding sections of Chapter 19: Shared Concepts and Topics.

Table 87.12: ODS Tables Produced by PROC PLM

Table Name

Description

Required Option

ByVarInfo

Information about BY variables in source item store (if present)

SHOW BYVAR

ClassLevels

Level information from the CLASS statement

Default output when model effects depend on CLASS variables

Corr

Correlation matrix of parameter estimates

SHOW CORR

Cov

Covariance matrix of parameter estimates

SHOW COV

FitStatistics

Fit statistics

SHOW FIT

Hessian

Hessian matrix

SHOW HESSIAN

Hermite

Hermite matrix

SHOW HERMITE

ParameterEstimates

Parameter estimates

SHOW PARMS

ParameterSample

Sampled (posterior) parameter estimates

SHOW PARMS

Program

Originating source code

SHOW PROGRAM

StoreInfo

Information about source item store

Default

XpX

$\bX ’\bX $ matrix

SHOW XPX

XpXI

$(\bX ’\bX )^{-}$ matrix

SHOW XPXI