Using This Book |
Most of the output shown in this book is produced with the following SAS System options:
options linesize=80 pagesize=60 nonumber nodate;
In addition, the graphics output shown in Chapter 3 is produced with the following options:
goptions hpos=80 vpos=32 ypixels=800;
The remaining graphics options used in this book depend on the example that creates the output. The general options for the graphics output of Example 3.1 are as follows:
goptions hsize=5.75 in vsize=4.0 in;
In addition, the following PATTERN statement is used to create the color output for this example:
pattern1 v=s c=blue;
The general options for the graphics output of Example 3.2 are as follows:
goptions hsize=5.75 in vsize=8.0 in;
In addition, the following PATTERN statement is used to create the color output for this example:
pattern1 v=e c=blue;
Copyright © SAS Institute, Inc. All Rights Reserved.