Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Module Library

GBXWHSKR Call

draws box and whisker diagrams
RUN GBXWHSKR( matrix);

where matrix is any n ×m matrix.

The GBXWHSKR module draws a box-and-whisker plot for univariate numeric data contained in the specified matrix. The box outlines the quartile range, and the minimum, median, and maximum points are labeled on the plot. You cannot produce graphics until you invoke the CALL GSTART statement. The plot created by the GBXWHSKR module remains open for further additions until you specify the CALL GCLOSE statement, which terminates the current graphics segment. The module source code can be edited for changes, such as adding viewports, text, or colors.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.