|
Chapter Contents |
Previous |
Next |
| SAS/INSIGHT Statements |
< / < FREQ=variable > < LABEL=variable >
< OTHER=value > < < MARKERSIZE | MS >=value >
< YAXIS=axis > >; BOX variable-list < * variable-list >
< / < FREQ=variable > < LABEL=variable >
< OTHER=value > < < MARKERSIZE | MS >=value >
< YAXIS=axis > >;
If you use X variables, you get one plot for each Y variable, and each plot contains one schematic diagram for each combination of X values. If you use no X variables, you get one plot containing one schematic diagram for each Y variable.
You can use the FREQ= and LABEL= options to assign Frequency and Label variables. Use the OTHER= option to set the "Other" threshold for mosaic plots. The "Other" threshold is a percentage between 0 and 100. Use the MARKERSIZE= or MS= option to specify the size of observation markers. Marker size is a number between 1 and 8. Use the YAXIS= option to specify a numeric axis for the Y variable. The syntax for axis options is described under the BAR statement.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.