STATISTICS Subcommand (ANOVA command)
STATISTICS
requests additional statistics. STATISTICS
can be specified by itself or with one or more keywords.
- If you specify
STATISTICS
without keywords,ANOVA
calculatesMEAN
andREG
(each defined below). - If you specify a keyword or keywords on the
STATISTICS
subcommand,ANOVA
calculates only the additional statistics you request.
MEAN. Means and
counts table. This statistic is not available when METHOD
is omitted or when METHOD=UNIQUE
. See “Cell Means”
below.
REG. Unstandardized regression coefficients. Displays unstandardized regression coefficients for the covariates. See the topic Regression Coefficients for the Covariates (ANOVA command) for more information.
MCA. Multiple classification
analysis. The MCA, the Factor Summary, and the Goodness
of Fit tables are not produced when METHOD
is omitted or when METHOD=UNIQUE
. See the topic Multiple Classification Analysis (ANOVA command) for more information.
ALL. Means and counts table, unstandardized regression coefficients, and multiple classification analysis.
NONE. No additional
statistics. ANOVA
calculates only the statistics needed for analysis of variance.
This is the default if the STATISTICS
subcommand is omitted.