SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Plots
Selecting Observations

 

Question: For the GPLOT step below, write a statement to select observations where the combined value of Treadmill and NewAdmit is greater than the value of Therapy.

         proc gplot data=clinic.totals2000;
            plot treadmill*month newadmit*month
                 therapy*month / overlay;         
            
run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement