SUMMARIZE

SUMMARIZE is available in the Statistics Base option.

SUMMARIZE produces univariate statistics for specified variables. You can break the variables into groups defined by one or more control (independent) variables.

SUMMARIZE [TABLES=]{varlist} [BY varlist] [BY...] [/varlist...]
                   {ALL    }

 [/TITLE ='string']     [/FOOTNOTE= 'string']

 [/CELLS= [COUNT**] [MEAN ] [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] [NONE]  ] 
            
 [/MISSING=[{EXCLUDE**}][{VARIABLE**  }] 
            {INCLUDE  }  {TABLE       }
            {DEPENDENT}

 [/FORMAT=[{NOLIST**      }] [{CASENUM   }] [{TOTAL**}]  [MISSING='string']
          {LIST [LIMIT=n]}   {NOCASENUM }   {NOTOTAL}
          {VALIDLIST     }
                       
 [/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 SUMMARIZE command can be generated from the Summarize Cases dialog.

Example

SUMMARIZE SALES.