Chapter Contents |
Previous |
Next |
The ANOVA Procedure |
In the GLM procedure, X'X, X'Y, and Y'Y are formed in main storage. However, in the ANOVA procedure, only the diagonals of X'X are computed, along with X'Y and Y'Y. Thus, PROC ANOVA saves a considerable amount of storage as well as time. The memory requirements for PROC ANOVA are asymptotically linear functions of n2 and nr, where n is the number of dependent variables and r the number of independent parameters.
The elements of X'Y are cell totals, and the diagonal elements of X'X are cell frequencies. Since PROC ANOVA automatically pools omitted effects into the next higher-level effect containing the names of the omitted effect (or within-error), a slight modification to the rules given by Searle (1971, p. 389) is used.
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.