ODS Table Names

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

Table 24.3 ODS Tables Produced by PROC ANOVA

ODS Table Name

Description

Statement / Option

AltErrTests

Anova tests with error other than MSE

TEST E=

Bartlett

Bartlett’s homogeneity of variance test

MEANS / HOVTEST=BARTLETT

CLDiffs

Multiple comparisons of pairwise differences

MEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)

CLDiffsInfo

Information for multiple comparisons of pairwise differences

MEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)

CLMeans

Multiple comparisons of means with confidence/comparison
interval

MEANS / CLM with (BON or GABRIEL or SCHEFFE or SIDAK or SMM or T or LSD)

CLMeansInfo

Information for multiple comparisons of means with confidence/comparison interval

MEANS / CLM

CanAnalysis

Canonical analysis

(MANOVA or REPEATED) /
CANONICAL

CanCoef

Canonical coefficients

(MANOVA or REPEATED) /
CANONICAL

CanStructure

Canonical structure

(MANOVA or REPEATED) /
CANONICAL

CharStruct

Characteristic roots and vectors

(MANOVA / not CANONICAL)
or (REPEATED / PRINTRV)

ClassLevels

Classification variable levels

CLASS statement

DependentInfo

Simultaneously analyzed dependent variables

default when there are multiple dependent variables with different patterns of missing values

Epsilons

Greenhouse-Geisser and Huynh-Feldt epsilons

REPEATED statement

ErrorSSCP

Error SSCP matrix

(MANOVA or REPEATED) / PRINTE

FitStatistics

R-Square, C.V., Root MSE, and dependent mean

default

HOVFTest

Homogeneity of variance ANOVA

MEANS / HOVTEST

HypothesisSSCP

Hypothesis SSCP matrix

(MANOVA or REPEATED) / PRINTE

MANOVATransform

Multivariate transformation matrix

MANOVA / M=

MCLines

Multiple comparisons LINES output

MEANS / LINES or
((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or
(Equal cells and not CLDIFF)

MCLinesInfo

Information for multiple comparison LINES output

MEANS / LINES or
((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or
(Equal cells and not CLDIFF)

MCLinesRange

Ranges for multiple range MC tests

MEANS / LINES or
((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or
(Equal cells and not CLDIFF)

Means

Group means

MEANS statement

ModelANOVA

ANOVA for model terms

default

MultStat

Multivariate tests

MANOVA statement

NObs

Number of observations

default

OverallANOVA

Over-all ANOVA

default

PartialCorr

Partial correlation matrix

(MANOVA or REPEATED) / PRINTE

RepeatedTransform

Repeated transformation matrix

REPEATED (CONTRAST or
HELMERT or MEAN or
POLYNOMIAL or PROFILE)

RepeatedLevelInfo

Correspondence between dependents and repeated measures levels

REPEATED statement

Sphericity

Sphericity tests

REPEATED / PRINTE

Tests

Summary ANOVA for specified MANOVA H= effects

MANOVA / H= SUMMARY

Welch

Welch’s ANOVA

MEANS / WELCH