| |
| | anova() |
 | | When you omit Model (anova() or anova(,...)), the model used by the most recent GLM command such as anova(), regress() or poisson() is used. |
 | | For example, the A main effect sum of squares in a two way unbalanced ANOVA is the sum of squares for 'a' from anova("y=b+a") and the B main effect sum of squares is the sum of squares for 'b' from anova("y=a+b"). |
 | | For example, even when a, b, and c are factors, the commands Cmd> regress("y=a+b+c",weights:w); anova() print a summary of the weighted multiple regression, followed by an weighted regression ANOVA table with 1 degree of freedom for each of a, b and c. |
| www.stat.umn.edu /macanova/htmlhelp/node14.htm (613 words) |
|