ANOVA

ANOVA is available in the Statistics Base Edition.

ANOVA VARIABLES= varlist BY varlist(min,max)...varlist(min,max)
 [WITH varlist] [/VARIABLES=...]

 [/COVARIATES={FIRST**}] 
              {WITH   }  
              {AFTER  }  

 [/MAXORDERS={ALL** }] 
             {n     }
             {NONE  }

 [/METHOD={UNIQUE**    }] 
          {EXPERIMENTAL}
          {HIERARCHICAL}

 [/STATISTICS=[MCA] [†REG] [MEAN] [ALL] [NONE]] 

 [/MISSING={EXCLUDE**}] 
           {INCLUDE  }

**Default if the subcommand is omitted.

†REG (table of regression coefficients) is displayed only if the design is relevant.

This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.

Example

ANOVA VARIABLES=PRESTIGE BY REGION(1,9) SEX,RACE(1,2)
 /MAXORDERS=2
 /STATISTICS=MEAN.