Chapter Contents |
Previous |
Next |
The ANOVA Procedure |
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 ANOVAODS 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 |
CanCoefficients | 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) |
MTests | Multivariate tests | MANOVA statement |
Means | Group means | MEANS statement |
ModelANOVA | ANOVA for model terms | default |
NObs | Number of observations | default |
OverallANOVA | Over-all ANOVA | default |
PartialCorr | Partial correlation matrix | (MANOVA or REPEATED) / PRINTE |
RepTransform | 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 |
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.