Chapter Contents |
Previous |
Next |
The GCHART Procedure |
Procedure features: |
| |||||||||||||||||
Other features: |
| |||||||||||||||||
Data set: | FITNESS | |||||||||||||||||
Sample library member: | GR13N06 |
libname reflib 'SAS-data-library'; goptions reset=global gunit=pct border cback=white colors=(black blue green red) ftext=swiss ftitle=swissb htitle=5 htext=3.5; |
title1 'Average Resting Heart Rate by Age'; footnote h=3 j=r 'GR13N06 '; |
axis1 label=('Heart Rate' j=c 'Error Bar Confidence Limits: 95%') minor=(number=1); axis2 label=('Age' j=r 'Group'); |
pattern1 color=cyan; |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.