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 Table 23.3. For more information about ODS, see Chapter 20, Using the Output Delivery System.
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 |
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) / |
CanCoef |
Canonical coefficients |
(MANOVA or REPEATED) / |
CanStructure |
Canonical structure |
(MANOVA or REPEATED) / |
CharStruct |
Characteristic roots and vectors |
(MANOVA / not CANONICAL) |
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 |
MCLinesInfo |
Information for multiple comparison LINES output |
MEANS / LINES or |
MCLinesRange |
Ranges for multiple range MC tests |
MEANS / LINES or |
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 |
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 |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.