MEANS
MEANS is available in the Statistics Base Edition.
MEANS [TABLES=]{varlist} [BY varlist] [BY...] [/varlist...]
{ALL }
[/MISSING={TABLE }]
{INCLUDE }
{DEPENDENT}
[/CELLS= [MEAN** ] [COUNT** ] [STDDEV**]
[MEDIAN] [GMEDIAN] [SEMEAN] [SUM ]
[MIN] [MAX] [RANGE] [VARIANCE]
[KURT] [SEKURT] [SKEW] [SESKEW]
[FIRST] [LAST]
[NPCT] [SPCT] [NPCT(var)] [SPCT(var)]
[HARMONIC] [GEOMETRIC]
[DEFAULT]
[ALL] ]
[/STATISTICS=[ANOVA] [{LINEARITY}] [NONE**]]
{ALL }
**Default if the subcommand is omitted.
This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.
Syntax for
the MEANS command can be generated from the Means dialog.
Example
MEANS TABLES=V1 TO V5 BY GROUP.