Next: , Previous: , Up: Statistics   [Contents][Index]


15.4 GRAPH

GRAPH
        /HISTOGRAM [(NORMAL)]= var
        /SCATTERPLOT [(BIVARIATE)] = var1 WITH var2 [BY var3]
        /BAR = {summary-function(var1) | count-function} BY var2 [BY var3]
        [ /MISSING={LISTWISE, VARIABLE} [{EXCLUDE, INCLUDE}] ]
		[{NOREPORT,REPORT}]

The GRAPH produces graphical plots of data. Only one of the subcommands HISTOGRAM or SCATTERPLOT can be specified, i.e. only one plot can be produced per call of GRAPH. The MISSING is optional.