The following statements are available in the ANOVA procedure:
The PROC ANOVA , CLASS , and MODEL statements are required, and they must precede the first RUN statement. The CLASS statement must precede the MODEL statement. If you use the ABSORB , FREQ , or BY statement, it must precede the first RUN statement. The MANOVA , MEANS , REPEATED , and TEST statements must follow the MODEL statement, and they can be specified in any order. These four statements can also appear after the first RUN statement.
Table 26.1 summarizes the function of each statement (other than the PROC statement) in the ANOVA procedure:
Table 26.1: Statements in the ANOVA Procedure
Statement |
Description |
---|---|
Absorbs classification effects in a model |
|
Specifies variables to define subgroups for the analysis |
|
Declares classification variables |
|
Specifies a frequency variable |
|
Performs a multivariate analysis of variance |
|
Computes and compares means |
|
Defines the model to be fit |
|
Performs multivariate and univariate repeated measures analysis of variance |
|
Constructs tests that use the sums of squares for effects and the error term you specify |