SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Bar and Pie Charts
Summarizing a Variable within Categories


Question: Write a statement requesting a vertical bar chart that totals the values of the variable TimeMin for each value of the variable Tolerance.
     proc gchart data=clinic.stress2;
        
     run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement