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 26.6. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 26.6: ODS Tables Produced by PROC ANOVA
ODS Table Name |
Description |
Statement / Option |
---|---|---|
AltErrTests |
Anova tests with error other than MSE |
|
Bartlett |
Bartlett’s homogeneity of variance test |
|
CLDiffs |
Multiple comparisons of pairwise differences |
|
CLDiffsInfo |
Information for multiple comparisons of pairwise differences |
|
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 |
|
CanAnalysis |
Canonical analysis |
|
CanCoef |
Canonical coefficients |
|
CanStructure |
Canonical structure |
|
CharStruct |
Characteristic roots and vectors |
|
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 |
|
FitStatistics |
R-Square, C.V., Root MSE, and dependent mean |
default |
HOVFTest |
Homogeneity of variance ANOVA |
|
HypothesisSSCP |
Hypothesis SSCP matrix |
|
MANOVATransform |
Multivariate transformation matrix |
|
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 |
|
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 |
|
Welch |
Welch’s ANOVA |