%symmplot ----------------------------------------------------------------------- Graphs a symmetry plot using PROC GPLOT Description This macro computes the distances to points above and below the median and plot the distances above against the distances below the median. Syntax %symmplot(data=_last_, var=, gout=gseg); data - name of the input data file var - name of the variable gout - graphical options that can be specified by a user Examples %symmplot(data=concord1,var=water81) Also See See the web at http://www.ats.ucla.edu/stat/sas/examples/rwg/rwgsas1_new.htm#heading5 Also see the macro itself from http://www.ats.ucla.edu/stat/sas/macros/symmplot.sas.txt