SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Bar and Pie Charts
Selecting Observations


Question:
For the GCHART step below, write a statement that selects observations where the value of MaxHR (maximum heart rate) minus the value of RestHR (resting heart rate) is greater than 100.
     proc gchart data=clinic.stress2;
        hbar timemin / sumvar=rechr type=mean;
        pie tolerance / sumvar=timemin;
        
     run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement