Previous Page | Next Page

The STEPDISC Procedure

ODS Table Names

PROC STEPDISC assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 83.2 along with the PROC STEPDISC statement options needed to produce the table. For more information about ODS, see Chapter 20, Using the Output Delivery System.

Table 83.2 ODS Tables Produced by PROC STEPDISC

ODS Table Name

Description

Option

BCorr

Between-class correlations

BCORR

BCov

Between-class covariances

BCOV

BSSCP

Between-class SSCP matrix

BSSCP

Counts

Number of observations, variables, classes, df

default

CovDF

Nonprinting table of df for covariance matrices

any *COV option

Levels

Class level information

default

Messages

Entry/removal messages

default

Multivariate

Multivariate statistics

default

NObs

Number of observations

default

PCorr

Pooled within-class correlations

PCORR

PCov

Pooled within-class covariances

PCOV

PSSCP

Pooled within-class SSCP matrix

PSSCP

PStdMeans

Pooled standardized class means

STDMEAN

SimpleStatistics

Simple statistics

SIMPLE

Steps

Stepwise selection entry/removal

default

Summary

Stepwise selection summary

default

TCorr

Total-sample correlations

TCORR

TCov

Total-sample covariances

TCOV

TSSCP

Total-sample SSCP matrix

TSSCP

TStdMeans

Total standardized class means

STDMEAN

Variables

Variable lists

default

WCorr

Within-class correlations

WCORR

WCov

Within-class covariances

WCOV

WSSCP

Within-class SSCP matrices

WSSCP

Previous Page | Next Page | Top of Page