STATISTICS Subcommand (DESCRIPTIVES command)
By default, DESCRIPTIVES displays the mean, standard deviation, minimum, and maximum. Use
the STATISTICS subcommand to
request other statistics.
- When you use
STATISTICS,DESCRIPTIVESdisplays only those statistics you request. - The keyword
ALLobtains all statistics. - You can specify the keyword
DEFAULTto obtain the default statistics without having to nameMEAN,STDDEV,MIN, andMAX. - The median and mode, which are available in
FREQUENCIESandEXAMINE, are not available inDESCRIPTIVES. These statistics require that values be sorted, andDESCRIPTIVESdoes not sort values (theSORTsubcommand does not sort values, it simply lists variables in the order you request). - If you request a statistic that is not available,
DESCRIPTIVESissues an error message and the command fails.
| Attribute | Function |
|---|---|
MEAN |
Displays the mean. |
SEMEAN |
Displays the standard error of the mean. |
STDDEV |
Displays the standard deviation. |
VARIANCE |
Displays the variance. |
KURTOSIS |
Displays the kurtosis and standard error of kurtosis. |
SKEWNESS |
Displays the skewness and standard error of skewness. |
RANGE |
Displays the range. |
MIN |
Displays the minimum observed value. |
MAX |
Displays the maximum observed value. |
SUM |
Displays the sum. |
DEFAULT |
Displays the mean, standard deviation, minimum, and maximum. These are the default statistics. |
ALL |
Displays the all statistics available in DESCRIPTIVES command. |
CV |
Displays the coefficient of variation. |