Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The ANOVA Procedure

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 the following table. For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 17.3: ODS Tables Produced in PROC ANOVA
ODS Table Name Description Statement / Option
AltErrTestsAnova tests with error other than MSETEST /E=
BartlettBartlett's homogeneity of variance testMEANS / HOVTEST=BARTLETT
CLDiffsMultiple comparisons of pairwise differencesMEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)
CLDiffsInfoInformation for multiple comparisons of pairwise differencesMEANS / CLDIFF or DUNNETT or (Unequal cells and not LINES)
CLMeansMultiple comparisons of means with confidence/comparison intervalMEANS / CLM with (BON or GABRIEL or SCHEFFE or SIDAK or SMM or T or LSD)
CLMeansInfoInformation for multiple comparisons of means with confidence/comparison intervalMEANS / CLM
CanAnalysisCanonical analysis(MANOVA or REPEATED) / CANONICAL
CanCoefficientsCanonical coefficients(MANOVA or REPEATED) / CANONICAL
CanStructureCanonical structure(MANOVA or REPEATED) / CANONICAL
CharStructCharacteristic roots and vectors(MANOVA / not CANONICAL) or (REPEATED / PRINTRV)
ClassLevelsClassification variable levelsCLASS statement
DependentInfoSimultaneously analyzed dependent variablesdefault when there are multiple dependent variables with different patterns of missing values
EpsilonsGreenhouse-Geisser and Huynh-Feldt epsilonsREPEATED statement
ErrorSSCPError SSCP matrix(MANOVA or REPEATED) / PRINTE
FitStatisticsR-Square, C.V., Root MSE, and dependent meandefault
HOVFTestHomogeneity of variance ANOVAMEANS / HOVTEST
HypothesisSSCPHypothesis SSCP matrix(MANOVA or REPEATED) / PRINTE
MANOVATransformMultivariate transformation matrixMANOVA / M=
MCLinesMultiple comparisons LINES outputMEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not(CLDIFF or CLM)) or (Equal cells and not CLDIFF)
MCLinesInfoInformation for multiple comparison LINES outputMEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or (Equal cells and not CLDIFF)
MCLinesRangeRanges for multiple range MC testsMEANS / LINES or ((DUNCAN or WALLER or SNK or REGWQ) and not (CLDIFF or CLM)) or (Equal cells and not CLDIFF)
MTestsMultivariate testsMANOVA statement
MeansGroup meansMEANS statement
ModelANOVAANOVA for model termsdefault
NObsNumber of observationsdefault
OverallANOVAOver-all ANOVAdefault
PartialCorrPartial correlation matrix(MANOVA or REPEATED) / PRINTE
RepTransformRepeated transformation matrixREPEATED (CONTRAST or HELMERT or MEAN or POLYNOMIAL or PROFILE)
RepeatedLevelInfoCorrespondence between dependents and repeated measures levelsREPEATED statement
SphericitySphericity testsREPEATED / PRINTE
TestsSummary ANOVA for specified MANOVA H= effectsMANOVA / H= SUMMARY
WelchWelch's ANOVAMEANS / WELCH

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.